@charset "utf-8";

/* basic */

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y:scroll;
}

body {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.clear{
	clear:both;
}

a {
	color:#39f;
}

ul{
	list-style:none;
}

li{
	list-style-type:none;
}

/* content */

#layout{
	width:700px;
	height:auto;
	margin:auto;
}

#header{
	width:695px;
	height:20px;
	margin:auto;
	padding:10px 0px 0px 5px;
	border-bottom-width:5px;
	border-bottom-color:#666;
	border-bottom-style:solid;
}

h1 {
	font-size:13px;
	color:#333;
}

.norm {
	width:700px;
	height:auto;
	margin:auto;
}

.content{
	width:495px;
	height:auto;
	float:left;
	padding:15px 0px 0px 0px;
}

.news{
	width:476px;
	float:left;
	padding:5px;
	border:solid;
	border-color:#666;
	border-width:1px;
}

.newsfeed{
	color:#036;
	font-size:14px;
}

.news li{
	line-height:18px;
}

.entries{
	width:153px;
	height:auto;
	float:left;
	margin: 5px 11px 0px 0px;
	border-bottom-color:#333;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#333;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#333;
	border-right-style:solid;
	border-right-width:1px;
}

.entries-last{
	width:153px;
	height:auto;
	float:right;
	margin: 5px 8px 0px 0px;
	border-bottom-color:#333;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#333;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#333;
	border-right-style:solid;
	border-right-width:1px;
}

.entryTitle{
	background-color:#333;
	height:30px;
	padding:8px 5px 5px 8px;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
}

.entryContent{
	background-color:#FFF;
	padding:3px;
	height:90px;
}


/* sub pages */

.nav li{
	float:left;
}

.subEntry{
	width:485px;
	float:left;
	margin-top:10px;
	height:30px;
	background-color:#333;
}

.subtitle{
	padding:8px 0px 0px 8px;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	background-image:url(../../images/symbol.jpg);
	background-repeat:no-repeat;
}

.subcontent{
	background-color:#FFF;
	padding:10px;
	float:left;
	width:463px;
	border-bottom-color:#333;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#333;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#333;
	border-right-style:solid;
	border-right-width:1px;
	margin-bottom:3px;
}


.google{
	float:left;
}

/* side */

.side{
	width:200px;
	height:auto;
	float:right;
	margin:15px 2px 0px 0px;
	padding:0px 0px 8px 0px;
	background-color:#333;
	font-size:12px;
}

#pushlower{
	margin-bottom:5px;
}

.side li{
	background-image:url(../../images/side-symbol.jpg);
	background-repeat:no-repeat;
	padding:0px 5px 0px 5px;
	border-bottom-color:#fff;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	line-height:18px;
	
}

.side a{
	text-decoration:none;
	color:#FFF;
}

#footer{
	width:695px;
	height:20px;
	margin-top:50px;
	float:left;
	padding:10px 0px 0px 5px;
	font-size:11px;
	border-top-color:#666;
	border-top-style:dotted;
	border-top-width:1px;
}