/* clearfix */

.clearfix:after { /* ie.css, ie7.css */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* common */

body {
	font-family:arial, sans-serif;
	background:#000;
}


/* container */

#container {
	width:1024px;
	margin:0 auto;
	background: transparent url('../graphics/bg-body-master.jpg') no-repeat left top;
	}


/* header */


	/* header title*/
	
	#mrp-header {
		
	}
	
		#mrp-header h1 {
			text-indent:-1000em;
			padding:26px 0 0 18px;
		}

			#mrp-header h1 a {
				display:block;
				background: none;
				width:600px;
				height:124px;
		}
		
		

		/* menu */
		
		#menu {
			width:600px;
			float:right;
			margin-top:38px;
		}

			#menu ul {

			}

				#menu ul li {
					display:block;
					float:left;
					width:150px;
					font-size:14px;
				}

					#menu ul li a:link,
					#menu ul li a:visited {
						display:block;
						padding:4px 10px;
						color:#fff;
						text-decoration:none;
					}

						#menu ul li a:hover {
							text-shadow:1px 2px #2d5f7a;
						}
	
								
/* wrapper */

#wrapper-home {
	width:1024px;
	margin:50px auto 30px auto;
	clear:both;
}

	/* sidebar */
	
	#outer-sidebar {
		width:344px;
		float:right;
		background:#050d12;
		border:1px solid #031018;
		padding:10px;
	}
	
		#outer-sidebar a:link,
		#outer-sidebar a:visited {
			color:#1d91ce;
			text-decoration:none;
		}
		
		#outer-sidebar a:hover {
			color:#22b3ff;
		}
		
	
		#outer-sidebar p {
			font-size:14px;
			line-height:20px;
			margin:7px 0;
			color:#fff;
		}
		
		 #outer-sidebar h2 {
			background: transparent url('../graphics/bg-title.jpg') repeat-x left top;
			height:40px;
			font-size:20px;
			padding:12px 10px 0px 10px;
			letter-spacing:0px;
			color:#fff;
			margin:0;
			line-height:100%;
		}
	
		#mrp-sidebar {
			
		}


	/* content */
	
	#content-home {
		color:#fff;
		width:630px;
		background:#03080b;
		border:1px solid #031018;
		padding:10px;
	}
	
		#content-home h2 {
			background: transparent url('../graphics/bg-title.jpg') repeat-x left top;
			height:40px;
			font-size:20px;
			padding:12px 10px 0px 10px;
			letter-spacing:-1px;
		}
		
		#content-home p {
			font-size:13px;
			line-height:18px;
			margin:7px 0;
		}




