/************* Global *************/
* {
	margin: 0;
	padding: 0;
}

body {
font: 100%/110% Tahoma, Verdana, Arial, sans-serif;
background: #5b5b5b;
color: #e6e6e6;
}

p {
margin-top: 0.5em;
}

a {
color: #5ef2e3;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
}

a:hover {
color: #F2DD07;
}

blockquote {
	padding: 0.1em 0.3em 0.1em;
	color: #9b9b9b;
}

/************* floating divs *************/
div.row { width:100%; position:relative; overflow:auto }
div.row div { float:left; margin:5px; }

/************* Container *************/
#wrapper {
	width: 918px;
	margin: 0 auto;
	text-align: left;
}

/************* Header *************/
#header {
	margin-top: 20px;
	height:155px;
	width: 918px;
	background: url(imgs/header.jpg) no-repeat;
}

#insideHeader {
width: 450px;
height: 90px;
margin: 0 auto;
padding: 47px 32px 23px 32px;
}

html>body #insideHeader {
	padding-top: 20px;
	height: 65px;
}

#insideHeader h1, #insideHeader p {
	margin: 10px 10px;
}

#insideHeader h1 {
	margin: 30px 0 0 20px;
	font-weight: bold;
	font-size: 2.3em;
}

#menu {
width: 634px;
margin: 0 auto;
}


#menu li {
list-style-type: none;
float: left;
margin-right: 1px;
}

#menu a {
font-size: 13px;
text-decoration: none;
float: left;
font-weight: normal;
letter-spacing: 0;
color: #2B2B2B;
background: #E6E6E6;
display: block;
width: 89px;
text-align: center;
padding: 3px 0;
}

#menu a:hover {
background: #0D89A6;
color: #E6E6E6;
}

/************* Content *************/
#main {
height: 700px;
border: none;
}

html>body #first h2 {
margin-top: 0;
padding-top: 30px;
border: none;
}

#content {
width: 918px;
background: url(imgs/mainBg.gif) repeat-y;
border: none;
}

#footer {
position: absolute;
width: 918px;
height: 82px;
background: #2B2B2B url(imgs/mainBottom.gif) top no-repeat;
border: none;
}

.post {
width: 828px;
padding: 0 45px;
border: none;

}
.post img{

border: none;

}
.post h2 {
margin-top: 1.5em;
padding: 1.1em 0 0.4em;
border:none;

}

.post ul {
margin-left: 17px;
padding: 0.1em 0;
border:none;
}

#first {   /* Top of the content part in first post*/
background: url(imgs/mainTop.gif) top no-repeat;
border: none;
}

#first h2 {
margin-top: 5px;
border-top: none;
border: none;
}

#footer p {
text-align: center;
margin: 45px auto 0;
font-size: 0.75em;
border: none;
}

#footer a:hover {
color: #F2DD07;
}
