@charset "UTF-8";
/* CSS Document */

body, div, p
{
margin:0;
padding:0;
}


body {
background: #F0F0D9;
height:100%;
width:100%;
position:absolute;
	background-image:url(gfx/YesMarketingConsutingBG.gif);
	background-position:center;
	background-repeat:repeat-y;

}

img {
border:none;
}

a {
color:#0A5385;
}

#maincontainer {
	width:990px;
	
	
	height: 100%;
  position: absolute;
    top: 0px;
	left:50%;
	margin-left:-495px;
}


#navigation {
width:221px;
background-color:white;
float:left;
	height: 100%;
	min-height:100%;
	z-index:20;

}

#content {
width:769px;
background-image:url(gfx/wave_bg_770.jpg);
background-repeat:no-repeat;
border-left: 1px solid #0A5385;

position:absolute;
left:220px;
	height: 100%;
	min-height:100%;
}

#content p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#333333;
line-height:150%;
padding: 0px 40px;
}

#content h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
line-height:110%;
color:#333333;
padding: 0px 40px;
}

#navmenu a {
display:block;
margin-bottom: 15px;
text-align:right;
}

#contactinfo {
margin-top:80px;
line-height:110%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
text-align:center;
color:#C7831C;
}

#roundbox {
width: 330px;
padding: 25px;
background-image:url(gfx/trans50.png);	
border:1px solid #0A5385;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
border-radius:10px;
float:right;
margin-top:70px;
margin-right:40px;
}
	
#roundbox p {
padding:0;
line-height:normal;
margin-bottom:12px;
}
	
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:normal;
color:#333333;
}


h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-weight:bold;
color:#333333;
margin-bottom:6px;
}

