/* CSS File as a starting point */
/* Draft 0.1 :: 26 November 2005 */

/*	1. 	Zero Out Browser Defaults */				
/* Derived from Tantek ‚elik's undohtml.css */
/* http:/tantek.com/ */ 
/* Thanks pinch.nu/ */

:link,:visited 
{	text-decoration: none;
	}

ul,ol 
{	list-style: none;
	}
	
h1,h2,h3,h4,h5,h6 
{	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form
{ 	margin: 0; 
	padding: 0;
	}
	
img
{	padding: 0;
	border: 0;}
	
em,cite,strong
{	font-style: normal;
	font-weight: bold;
	}	
	
	
/* 2. Layout */

#container {
width:984px;
height: 636px;
padding:0px;
}

#samplenav {
width:640px;
height: 51px;
padding-right:352px;
text-align:right;
}

#homecontainer {
width:984px;
height: 700px;
padding:0px;
background: url(../images/portfoliohead.jpg) no-repeat;
}

#header { 
padding-top: 20px;
padding-bottom: 20px;
}

#content {
float: left;
width: 640px;
padding: 0px;
text-align:left;
}

#captionbox {
float: left;
width: 400px;
padding: 0px;
vertcal-align:top;
text-align:left;
}

#navbar {
float: right;
padding-top: 120px;
width: 228px;
}

#footer { 
clear: both;
padding: 20px;
background: #ffc;
}

/* 3. Globals */

body.main
{	background-color: #fff;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333;
	}
h1 
{	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #300;
	}

h2 
{	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #300;
	}


h3
{	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	}

h4,h5,h6 
{	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	}



a:link, a:visited { color: #900; }

a:hover { color: #600; }

a:active { color: #300; }

em
{ 
	font-style: italic;
	font-weight: normal;
	 }	

strong
{ 	font-style: normal;
	font-weight: bold;
	}	



/* 4. Content */
#caption {
font-size: .8em;
text-align:left;
}

#mousetype { font-size: 0.5em;
color: #333;
}



