*
{
	margin:0;
	padding:0;
}
img
{
	border:0;
}
body
{
	background-color:#020609;
	background-image:url(images/site_bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	text-align:center;
}
#container
{
	position: relative;
	width:876px;
	margin:0 auto;
	text-align:left;
	font-family:georgia,garamond,'trebuchet ms',verdana,tahoma,arial,sans-serif;
}
#header
{
	float:right;
	width:644px;
	height:88px;
}
#leftcontent
{
	float:left;
	text-align:right;
	padding:0 15px 0 37px;
	margin-top: 87px;
	width: 180px;
	color:#ffffff;
	overflow:hidden;
}
#rightcontent
{
	float:right;
	width:644px;
	padding-bottom:25px;
	background-color:#ffffff;
	color:#000000;
	min-height:300px;
	overflow:hidden;
}
#footer
{
	clear:both;
	width:876px;
	/*height:80px;*/
	background-image: url(images/footer.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:right;
	padding-top:20px;
}

p
{
	font-size:medium;	
}
h1 {font-size:1.5em;}
h2 {font-size:1.4em;}
h3 {font-size:1.3em;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;}

#footer p
{
	margin-top:5px;
	padding-top:5px;
	padding-right:10px;
	color:#ffffff;
	font-size:small;
}
#rightcontent p
{
	margin-left:10px;
	margin-right:15px;
	margin-top:10px;
	text-align:justify;
}
#rightcontent h1,h2,h3,h4,h5
{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;	
}
#rightcontent ul
{
	padding-left: 40px;
}

#leftcontent p
{
	margin-top:6px;		
}
#leftcontent a
{
	color:#ffffff;
	text-decoration:none;
}
#leftcontent a:hover
{
	color:#c2ffbc;
}


p.MenuDiv
{
	background-image: url(images/thin_white_line.gif);
	height:5px;	
	overflow:hidden;
}

/*Portfolio*/
table.portfolio
{
	margin-left:10px;
	margin-right:15px;	
}
table.portfolio td
{
	padding:5px;
	font-size:small;
	vertical-align:top;
}
img.portfolio
{
	border:1px solid #000000;	
}
h5.portfolio
{
	margin-left:0;
	margin-top:0;
}