body  { 
	font-family: Arial, san-serif; 
	background: #bf134a url("img/bg_arthur.jpg") no-repeat;
	}


a {
	color: #E4FF00;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
#header 	{
	position:absolute; 
	top: 78px; 
	left: 100px;
	color: #F0037F; 
	letter-spacing: -.1em; 
	padding: 0px; 
	text-align: right;
	}
#header h1 	{
	font-size: 10px; 
	font-weight: normal; 
	letter-spacing: -0.05em; 
	margin: 0px; 
	padding: 0px;
	}
#header a {color:#F0037F; text-decoration: none;}



#nav 		 { 
	color: #333333; 
	font-size: 14px; 
	letter-spacing: -0.05em; 
	position: absolute; 
	top: 45px;
	left: 100px 
	}
	
#nav ul {list-style-type: none; margin: 0px; padding: 0px;}
#nav li {margin-bottom: 18px; display: inline; margin-right: 30px;}
#nav a {color: #F0037F; text-decoration: none; }
#nav a:hover {color: #f575b8; text-decoration: underline; }



#footer  { 
	position: fixed; 
	bottom: 20px; 
	left: 100px; 
	color: #F0037F; 
	font-size: 12px; 
	letter-spacing: -0.05em; 
	}
#footer a { font-size: 13px; color: #F0037F; text-decoration: none; font-weight: bold; }
#footer a:hover {text-decoration: underline;}


#content  { 
	position: relative; 
	top: 0px; 
	left: 0px;
	padding: 100px 0px 0px 400px;  
	}
#content p {
	font-size: 12px;
	width: 460px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #FFFFFF;
	line-height: 17px;
	}
#content h2 {
	font-size: 14px; 
	color: #F0037F; 
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}
#content h3 {
	font-size: 12px; 
	color: #00AAFF; 
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#logo {
	position: absolute;
	top: 100px;
	left: 100px;
	}

.show {position:relative; top: 35px; left: 371px;}
.show img {margin-bottom: 35px;}

