body {
background: #ff9933;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
background: url(images/background.jpg) fixed;
}

img { border: none; }
a { color: #4c320d;  }
a:hover { text-decoration: none; color : #000; }

.feature p {
	margin-bottom: 10px;
}

/***** horizontal navigation *******/

.navigation {
	margin-left: 5px;
	margin-top: 15px;
}

.navigation img {
	margin-right: 5px;
}

#wrap {
margin: 20px auto;
width: 950px;
background: #fff fixed;
}

#header { 
margin-top:-20px;
margin-bottom:-11px;
height: 130px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 20px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 21px;
line-height: 12px;
}

#content {
background: #fff repeat-y;
padding: 10px 20px;
}

.top {
margin-left: -20px;
margin-top: -10px;
}

.left {
width: 630px;
float: left;
text-align: justify;
}

.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 0px 0;
}

.right {
width: 270px;
float: right;
font-size: 12px;
margin-right: -20px;
margin-top:5px;
}

.right img {
	margin-bottom:10px;
}

.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#top {
background: #555 url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #000;
font-size: 11px;
padding: 0 0 10px 0;
background: #fff url(images/bottom.jpg) no-repeat;
}
#footer a { color: #000; }

/************* advert styles **************/

.advert{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: -5px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 15px solid #ffffff;
	color: #ffffff;
	font-size: 10px;
}

.advert h3{
	font-size:14px;
	padding-top: 10px;
	margin-bottom: 0px;
}

/*
.advert h3{
	padding: 10px 0px 2px 0px;
}
*/

.advert a{
	display: block; 
	color: #ffffff;
}

.advert a:hover{
	text-decoration: underline;
}

/****** projects box style ********/

.project {
	min-height: 150px;
	background:#a6a4a9; 
	padding:0px; 
	color:#fff;
}


