* {
	margin:0;
	padding:0;
}

body, html {
	background:FFFEFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#990000;
}

#outer { 
	width:950px;
	margin:0 auto;
}

img {
	border:none;
}

#header {
	background:url('../images/header.jpg') no-repeat;
	width:950px;
	height:150px;
}

#logo {
	width:301px;
	height:63px;
	padding-top:20px;
	padding-left:250px;
}

#intro {
	height:300px;
	width:972px;
	background:url('../images/intro.jpg') no-repeat;
}

#intro img {
	width:935px;
	height:250px;
	margin-top:20px;
	margin-left:15px;
}

#left {
	float:left;
	width:600px;
}

#right {
	width:280px;
	float:right;
}

#lastblog {
	width:280px;
	height:393px;
	background:url('../images/right.jpg') no-repeat;
	padding-top:50px;
	padding-left:20px;
}

#footer {
	width:100%;
	height:108px;
	background:url('../images/footer.jpg') no-repeat center;
	clear:both;
}

#footer p {
	padding-top:70px;
	padding-left:30px;
}

#nav ul {
	padding-left:20px;
	list-style-type:none;
	margin-bottom:30px;
}

#nav ul li {
	font-size:14px;
	padding-bottom:5px;
}

#nav ul li#tpl {
	margin-top:20px;
}

#login {
	position:relative;
	top:0;
	left:800px;
	width:149px;
	height:31px;
}

.news {
	margin-bottom:30px;
	padding-left:20px;
	clear:both;
}

h1 {
	font-size:20px;
	font-weight:normal;
}

.news img {
	border:2px solid #fff;
}

.cnews {
	padding-top:5px;
}