*{
padding:0;
margin:0;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/bg.png);
background-repeat:repeat-x;
background-color:#FF9;
padding:0;
margin:0;
}

#container {
width:900px;
padding:0;
margin:auto;
}

/* HEADER BACKGROUND IMAGE */
#header{
background-repeat:no-repeat;
background-image: url(images/header_bg.png);
height: 300px;
width: 900px;
float:left;
margin:auto;
}
/* HEADER BACKGROUND IMAGE END */

/*HEADER LOGO*/
#logo{
	background-repeat:no-repeat;
	background-image:url(images/logo.png);
	height:300px;
	width:275px;
	float:auto;
}



/* NAVIGATION */
#nav{
width:580px;
padding-top:20px;
float:right;
height:40px;
margin-right: 40px;
}

.menu ul{
padding:0;
margin:0;
list-style-type:none;
list-style:none;
display:inline;
}

.menu li{
padding-right:10px;
margin:0 5px 0 0;
height:40px;
list-style-type:none;
list-style:none;
display:inline;
float:left;
}

span{
display:none;
}

#home a{
background:url(images/home.png);
width:130px;
height:110px;
display:block;
}

#portfolio a{
background:url(images/portfolio.png);
width:130px;
height:110px;
display:block;
}

#blog a{
background:url(images/blog.png);
width:130px;
height:110px;
display:block;
}

#contact a{
background:url(images/contact.png);
width:130px;
height:110px;
display:block;
}
/* NAVIGATION END*/

/* FEATURED*/
#featured {
height: 100px;
width: 480px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #eae5cf;
margin-top: -150px;
margin-left: 285px;
}

h1 {
padding:0;
margin:0;
font-size:20px;
color:eae5cf;
text-transform:uppercase;
font-family: Impact;
font-weight: normal;
}

p {
padding:0;
margin:0;
font-size:11px;
color:#eae5cf;
font-family: Verdana;
}
/* FEATURED END*/


/* CONTENT*/
#content {
width:830px;
padding-top: 320px;
margin:auto;
}

h2 {
background:url(images/h2.png);
width:275px;
height:110px;
margin-bottom:20px;
margin-left: 10px;
}
/* CONTENT END*/


/* CONTENT BOX*/
.content_box {
padding-top:0px;
width:485px;
float:left;
margin:auto;
}

.content_top{
background:url(images/content_top.png);
background-repeat:no-repeat;
width:478px;
height:28px;
}

.content_top h3{
color: #5C5741;
font-family: Impact;
font-size: 24px;
font-weight: normal;
padding-top: 10px;
padding-left: 20px;

}

.content_main{
background:url(images/content_main.png);
background-repeat:repeat-y;
width:478px;
padding-top: 20px;
padding-left: 20px;
padding-right: 0px;
}

.content_main p {
font-family: Verdana;
color: #A09484;
font-size: 11px;
padding-right: 30px;
}

.content_bottom {
background:url(images/content_bottom.png);
background-repeat:no-repeat;
width:478px;
height:21px;
margin-bottom: 10px;
}

.content_bottom p {
font-family: Verdana, Arial, Helvetica, sans-serif, Impact;
color: #5C5741;
font-size: 9px;
float: right;
padding-top: 0px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 10px;

}
/* CONTENT BOX END*/


/* SIDEBAR*/
#sidebar {
width:305px;
float:right;
}

.sidebar_top {
background:url(images/sidebar_top.png);
background-repeat:no-repeat;
width:301px;
height:22px;
}

.sidebar_top h4 {
font-family: Impact;
font-size: 30px;
font-weight: normal;
color: #5C5741;
padding-top:10px;
padding-left:20px;

}

.sidebar_main {
background:url(images/sidebar_main.png);
background-repeat:repeat-y;
width:300px;
padding-top:30px;
padding-left:15px;
}

.sidebar_main p {
font-family: Verdana;
color: #A09484;
font-size:11px;
padding-right: 10px;
}

.sidebar_bottom {
background:url(images/sidebar_bottom.png);
background-repeat:no-repeat;
width:301px;
height:20px;
margin-bottom: 10px;
}
/* SIDEBAR END*/
	div {
	font-size: 9px;
}
