/* CSS Document */
body	{
		margin: 0px;
		padding: 0px;
		border: 0px;
		text-align: center;
		font-size: 14px;
		color: #ffffff;
		background-color:#000000;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height: 160%;
		}
		
		
p		{
		font-size:14px;	
		line-height: 160%;
		}
		
		
h1	{	font-size: 21px;
		font-weight:normal;
		line-height: 150%;
		margin-top:0;
		margin-left:0;
		}
		
h2	{	font-size: 14px;
		font-weight: bold;
		line-height: 150%;
		}
				
img		{
		border: 0px;
		padding: 0px;
		margin: 0px;
		}

ul
		{
		list-style:disc;
		}

li ul
		{
		list-style:circle;
		}		
		
a		{
		line-height: 180%;
		}
		
a:link {color:#fff; text-decoration: underline;}
a:visited {color:#fff; text-decoration: underline;}
a:hover {color:#fff; text-decoration: underline;}		

							
		
.clearboth
		{
		clear: both;		
		}		

.floatleft
		{
		float:left;
		text-align:center;
		}
		
.portfolio
		{
		float:left;
		width:230px;
		text-align:center;
		margin-right:55px;
		}			
		
.spacer
		{
		margin:0 15px;
		}
		
#headstrip
		{
		width:100%;
		height:55px;
		background-color:#ecfa05;
		border:0;
		color:#000;
		}

#nav
		{
		margin: 0px auto 0px auto;
		padding:0;
		width: 800px;
		height:55px;
		line-height:55px;
		text-align:right;
		}

#nav a
		{
		color:#000;
		margin:0 15px;
		}		
		
#nav a:link {color:#000; text-decoration:none;}
#nav a:visited {color:#000; text-decoration:none;}
#nav a:hover {color:#000; text-decoration:underline;}				
		
#bodystrip
		{
		width:100%;
		background-color:#15326c;
		}
		
#body_container
		{
		margin: 0px auto 0px auto;
		padding:0;
		width: 800px;
		min-height:400px;
		background-color:#15326c;
		}					
		
#content
		{
		width:620px;
		padding:35px 130px 40px 50px;
		text-align:left;
		}
		
#content_wide
		{
		width:800px;
		padding:35px 0px 40px 0px;
		text-align:left;
		}
		
#content_wide h1
		{
		padding-left:50px;
		}				
		
#content_right
		{
		float:right;
		width:320px;
		padding-top:50px;
		text-align:left;
		}
		
									
		
#footer
		{
		width:100%;
		padding-top:20px;
		background-color:#000000;
		height:50px;
		text-align:center;
		}
		
#footer a:link {color:#fff; text-decoration: none;}
#footer a:visited {color:#fff; text-decoration: none;}
#footer a:hover {color:#fff; text-decoration: underline;}
