/************* Global *************/
* {
margin: 0; 
padding: 0;
}

body {
font: 100%/110% Tahoma, Verdana, Arial, sans-serif;
background: #5b5b5b;
color: #e6e6e6;
}

p {
margin-bottom: 0.5em;
}

a {
color: white;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
}

a:hover {
color: #787878;
}

blockquote {
padding: 0.1em 0.3em;
color: #9b9b9b;
}

.test{
	border: 1px solid red
}

/************* Container *************/
#wrapper {
width: 518px;
margin: 0 auto;
text-align: left;
}

/************* Header *************/
#header {
margin-top: 20px;
height:222px;
width: 518px;
background: url(imgs/header.jpg) no-repeat;
overflow: hidden;
}

#insideHeader {
width: 450px;
height: 90px;
margin: 0 32px;
margin-top: 35px;
overflow: hidden;
}

#insideHeader p {
margin: 10px 15px;
}

#insideHeader div.oo {
margin: 20px 0 0 15px;
font-weight: bold;
font-size: 2.3em;
}

#menu {
width: 450px;
margin: 0 auto;
overflow: hidden;
}

#menu ul{
	margin: 0;
	padding: 0
}

#menu li {
list-style-type: none;
float: left;
margin-right: 0 4px 4px 0;
}

#menu a {
font-size: 13px;
text-decoration: none;
float: left;
font-weight: normal;
letter-spacing: 0;
padding: 0 3px;
white-space: nowrap;
}

#menu a:hover, #menu li.active a, #menu li.active a:visited {
background: #787878;
color: #E6E6E6;
}

/************* Content *************/

#content {
width: 518px;
background: url(imgs/mainBg.gif) repeat-y;
}

#footer {
height: 62px;
background: #2B2B2B url(imgs/mainBottom.gif) top no-repeat;
padding: 10px 45px;
}

.post {
width: 428px;
padding: 0 45px;
overflow:hidden;
}

.post h2 {
margin-top: 1.5em;
padding: 1.1em 0 0.4em;
border-top: 1px solid #eaeaea;
}

.post ul {
margin-left: 17px;
padding: 0.1em 0;
}

#first {   /* Top of the content part in first post*/
background: url(imgs/mainTop.gif) top no-repeat;
padding-top: 10px;
}

#first h2 {
margin-top: 5px;
border-top: none;
}

#footer p {
text-align: center;
margin: 45px auto 0;
font-size: 0.75em;
}

#footer a:hover {
color: #2B2B2B;
}

h1,h2,h3,h4,h5{
	line-height: 100%;
	margin-bottom: .5em;
}

#content li{
	margin-bottom: .5em;
}

.row, .lside, .rside{
	display:block;
}
