body {
	padding:0;
	margin:0;
	font-family:verdana;
	font-size:.8em;
	color:#000;
	line-height:15px;
	background-image:url('../images/bg.gif');
}

p {
	padding-bottom:12px;
}

a {
	color:#8AC73E;
	text-decoration:none;
}

a:hover {
	background-color:#8AC73E;
	color:#fff;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:23px;
	font-family:trebuchet ms;
	color:#99D1EA;
	font-weight:800;
	line-height:30px;
}

h2 {
	font-size:18px;
	font-family:trebuchet ms;
	color:#99D1EA;
	font-weight:800;
}

#container {
	width:960px;
	margin:0px auto;
}

#header img {
	float:left;
}

#menu {
 	margin:40px 0 0 0;
 	padding:0 21px 0 0;
	list-style:none;
	float:right;
}

#menu li {
	display:inline;
}

#menu a {
	line-height:26px;
	background-color:#fff;
	padding:5px 10px;
	text-align:center;
	color:#99D1EA;
	text-decoration:none;
	border:0;
}

#menu a:hover {
	background-color:#99D1EA;
	color:#fff;
}

#menu .on {
	background-color:#99D1EA;
	color:#fff;
}

#container2 {
	background-image:url('../images/bg_container2.gif');
	background-repeat:repeat-y;
	background-position:right;
}

#content {
	width:768px;
	float:left;
	padding:0;

}

.post {
	background-image:url('../images/div_post.gif');
	background-position:440px 45px;
	background-repeat:no-repeat;
	padding:0;
	border-bottom:solid 3px #99D1E8;
	margin-bottom:36px;
	float:left;
	background-color:#fff;
	padding:28px 27px;
}

.post a {
	border-bottom:dashed 1px #8AC73E;
}

.post .thumb {
	float:left;
	border:solid 1px #EBEBEB;
}

.post .text {
	width:265px;
	float:left;
	margin-left:67px;
}

.post .visit {
	line-height:28px;
	background-color:#F5FFE4;
	padding:6px 10px;
	text-align:center;
	color:#8AC73E;
	text-decoration:none;
	font-weight:800;
	font-family:trebuchet ms;
	font-size:14px;
	border:0;
}

.post .visit:hover {
	color:#F5FFE4;
	background-color:#8AC73E;
	border:0;
	
}

.notlive {
	line-height:28px;
	background-color:#F5FFE4;
	padding:6px 10px;
	text-align:center;
	color:#8AC73E;
	font-weight:800;
	font-family:trebuchet ms;
	font-size:14px;
}

#sidebar {
	background-color:#fff;
	width:158px;
	float:left;
	padding:48px 8px 62px 20px;
}

#sidebar h2 {
	margin:0;
}

#sidebar ul {
	margin-bottom:22px;
	margin-top:10px;
	border-bottom:solid 1px #99D1E8;
	padding-bottom:15px;
}

#sidebar a {
	line-height:22px;
	border-bottom:dashed 1px #8AC73E;
}

#sidebar li {
	padding:1px 0 1px 0;
}

/* FORM */

form {
	margin:0;
	padding:0 0 0 20px;	
}

 .label {
	width:175px;
	float:left;
	padding:3px 15px 0 0;
	font-family:trebuchet ms;
	font-size:120%;
	font-weight:800;
	text-align:right;
}
input {
	border:solid 1px #99D1EA;
	float:left;
	font-size:20px;
}

textarea {
	width:215px;
	border:solid 1px #99D1EA;
	float:left;
}

.submit {
	padding:4px 15px;
	background-color:#8AC73E;
	color:#fff;
	font-weight:800;
	border:0;
	font-size:14px;
}


.clear {
	clear:both;
}