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

body{
	margin:0;
	padding:0;
	background-image:url(../images/bground.png);
	background-repeat: repeat-x repeat-y;
}

#main{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	background: url(../images/content.jpg) repeat-y;
}
#header{
	width:840px;
	margin-left:0px;
	margin-top:0px;
	background:url(../images/header.jpg) no-repeat;
	height:210px;
}

#menu{
	position:absolute;
	width:540px;
	height:25px;
	margin-left:200px;
	margin-top:165px;
}
	#menu a:link, #menu a:visited{
		font-family: "Century Gothic";
		font-size:20px;
		color:#b8bdc0;
		text-decoration:none;
		padding-right:30px;
	}
	#menu a:hover{
		font-family:"Century Gothic";
		font-size:20px;
		color:#000;
		text-decoration:none;
		padding-right:30px;
	}
	.active{
		font-family:"Century Gothic";
		font-size:20px;
		color:#000;
		text-decoration:none;
		padding-right:30px;
	}


#container{
	float:left;
	width:770px;
	margin-left:0px;
}
	#content{
		width:550px;
		margin-left:210px;
		margin-top:0px;
		/*background-color:#000000;*/
		height:160px;
		font-family: "Century Gothic";
		font-size:18px;
		color:#b8bdc0;
		line-height:2;
	}
    
#content a:hover,#content a.link,#content a:active,#content a:visited, #content a {
        text-decoration: none;
        color:#b8bdc0;    
        
}    
    
#dot{
	float:right;
	margin-right:0px;
	margin-top:0px;
	_margin-top:-209px;
	background:url(../images/dot.gif) no-repeat;
	height:304px;
	width:69px;
}

#timeline{
	width:640px;
	margin-left:0px;
	margin-top:10px;
	/*padding-top:10px;
	/*padding-bottom:10px;*/
	background: #fff;
	height:120px;
}

	#timeline-left{
		float:left;
		margin-left:75px;
		_margin-left:40px;
		margin-top:0px;
		width:70px;
		font-family: "Century Gothic";
		font-size:18px;
		color:#b8bdc0;
		line-height:2;
	}
	#timeline-right{
		float:left;
		margin-left:5px;
		margin-top:0px;
		width:400px;
		font-family: "Century Gothic";
		font-size:18px;
		color:#b8bdc0;
		line-height:2;
	}


#cat{
	float:right;
	position:absolute;
	margin-left:582px;
	margin-top:-110px;
	_margin-top:-110px;
	#margin-top:-110px;
	width:219px;
	height:170px;
	z-index:1000;
}

.clear{
	clear:both;
}