﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #6B6B6B;
}

form {
width: 400px;
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

.boxes{
width: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 0px;
	padding-bottom: 9px;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}
h5 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
	font-size: 24px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 15px;
	
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 150%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #FF5A00;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

img.margin {
	margin-right:13px;
	
}


/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 140px;
	background: #000000 url(images/img03.jpg) no-repeat;
}


/* Page */

#page {
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	width: 860px;
	padding: 10px 50px 0 45px;
}


/* Menu */

#leftmenu {
margin:20px 20px 0px 0px;
width:170px;
text-align:left;
float:left;

}

#leftmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
margin-bottom: 1.5em;
}

#leftmenu ul li {
margin: 0px;
padding: 0px;
}

#leftmenu ul li a {
font-size: 1.1em;
display: block;
padding: 5px 0px 5px 15px;
text-decoration: none;
color: #666666;
background:url(images/icon.jpg) no-repeat; 
height:20px;
}

#leftmenu ul li a:hover, #leftmenu ul li a:focus {
color: #ffffff;
background:url(images/icon1.jpg) no-repeat; 
}

#leftmenu img {
margin: 10px 0 10px 10px;
}


#projecttext {
    float:right;
margin:20px 0px 0px 0px;
width:350px;
text-align:left;
top: 120px;
    }
	
	

.post {
width:660px;
padding-top: 20px;
float:left;
}

.post .title {
margin-top:10px;
margin-bottom:10px;
border-bottom: 1px solid #cccccc;
padding-bottom:5px;
}

.post .title a {
	text-decoration: none;
	color: #37404C;
}

.post .title a:hover {
	text-decoration: underline;
}

.post1 {
	padding-top: 20px;
	height:700px;

}

.post1 .title {
}

.post1 .title a {
	text-decoration: none;
	color: #37404C;
}

.post1 .title a:hover {
	text-decoration: underline;
}


/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colB {
	float: left;
	width: 360px;
	padding-right: 30px;
	border-right:1px solid #cccccc;
}

#widebar #colC {
	float: left;
	width: 360px;
	padding-left: 30px;
}

/* Footer */

#footer {
	height: 108px;
	background: url(images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}

