@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:960px;
	margin:0 auto;
	padding:0px;
	overflow:auto;
}
#header {
	margin-left:40px;
	margin-right:40px;		
	margin-top:40px;
	width:880px;
	height:50px;
}

#header-left {
	margin-right:40px;		
	width:420px;
	height:50px;
	text align:left;		
	float:left;
}

#header-right {
	width:420px;
	height:30px;
	margin-top:20px;
	float:left;
	text align:left;	
}

#about {
	width:75px;
	height:30px;
	float:left;
	text align:left;	
}
#athlete {
	width:75px;
	height:30px;
	float:left;
	text align:left;	
}
#writer {
	width:75px;
	height:30px;
	float:left;
	text align:left;	
}
#contact {
	width:75px;
	height:30px;
	float:left;
	text align:left;	
}




#content {
	margin-left:40px;
	margin-right:40px;
	margin-top:40px;
	width:880px;
}

#content-left {
	margin-right:40px;		
	width:420px;
	text align:left;		
	float:left;
}
#content-left-top {
	margin-right:40px;	
	height:240px;
	width:420px;
	text align:left;		
	float:left;
}
#content-left-btm {
	margin-right:40px;	
	margin-top:40px;
	height:240px;
	width:420px;
	text align:left;		
	float:left;
}
#content-left-btm2 {
	margin-right:40px;	
	margin-top:40px;
	width:420px;
	text align:left;		
	float:left;
}



#content-right{
	width:420px;
	text align:left;		
	float:left;
}
#content-right-top {
	height:240px;
	width:420px;
	text align:left;		
	float:left;
}
#content-right-btm {
	margin-top:40px;
	height:240px;
	width:420px;
	text align:left;		
	float:left;
}
#content-right-btm2 {
	margin-top:40px;	
	width:420px;
	text align:left;		
	float:left;
}

#link {
	margin-bottom:20px;
	height:101px;
	width:420px;
	text align:left;		
	float:left;
}



h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#999;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#999;
	}
	
a:link {text-decoration: none; color:#94c5dc;}
a:visited {text-decoration: none; color:#94c5dc;}
a:hover {text-decoration: none; color:#CCC;}