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

body {
	margin:0px;
	background-color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
}

a {color:#c7602d;}
a:hover {color:#b4501f;}

#container {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

/* Home page */
#home-header {
	height:337px;
}
#home-mid {
	width:1000px;
	height:206px;
	background:url(images/home_mid.jpg) no-repeat;
}
#home-footer {
	width:1000px;
	height:406px;
	background:url(images/home_footer.jpg) no-repeat;
}
#home-content {
	width:325px;
	height:185px;
	margin-left:317px;
	float:left;
}
#home-side-top {
	width:100px;
	float:right;
	margin-right:95px;
	margin-top:30px;
}
#latest-news {
	width:210px;
	float:left;
	margin-left:155px;
	margin-top:25px;
}
#latest-blog {
	width:210px;
	float:left;
	margin-left:50px;
	margin-top:25px;
}
#endorsement {
	width:200px;
	float:left;
	margin-left:73px;
}

/* Sub pages */
#sub-header{
	height:255px;
}
#sub-mid {
	background:url(images/mid_bg.jpg) repeat-y;	
}
#sub-mid-table {	
	margin-left:150px;
}
#sub-mid-td {
	width:480px;
}

#sidebar-author{
	width:230px;
	margin:0px 0px 0px 40px;
}

#sidebar-endorsement{
	width:220px;
	margin:10px 0px 0px 50px;
}