/* 

----- UNIVERSAL ----------------------------------------------- 

*/


body{
	background-color: #FFFFFF;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.3em;
}
body p {
	text-align: left;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	line-height: 1.3em;
}
a:hover {
	color: #666666;
}
h1 {
	font-size: 17px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin-top: 0px;
}
h1 a{
	font-size: 12px;
	color: #990000;
}
h2 {
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	color: #333333;
}
h2 a{
	font-size: 12px;
	color: #990000;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 2em;
}
h4{
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}
/* ----- CONTENT -----------------------------------------------  */

#mainwrapper{
	width: 800px;
	margin: 0px auto 10px auto;
}
#flashintro{
	width: 800px;
	margin: 50px auto 60% auto;
}
#flashmini {
	width: 400px;
	margin: 15px auto 50px auto;
}
#body{
	width: 650px;
	margin: 0px auto 0px auto;
}
#text{
	width: 420px;
	margin: 0px auto 0px auto;
}
#text p{
	line-height: 2em;
	text-align: justify;
	text-indent: 2em;
}
#centerText{
	width: 420px;
	margin: 0px auto 0px auto;
}
#centerText p{
	line-height: 2em;
	text-align: center;
}	
#empty{
	height: 50px;
}
#clearer{
	clear: both;
}
#photogallery {
	height: 575px;
	width: 500px;
	margin: -42px auto -80px auto;
	padding: 0px;
}
#photoheader {
	height: 75px;
	margin: -25px auto 0px auto;
}
#projectCredits{
	width: 420px;
	margin: 25px auto 10px auto;
}
#projectCredits p{
	line-height: 1.3em;
	font-size: 13px;
	text-align: center;
}

/* ----- PROJECTS -----------------------------------------------  */

#projects{
	width: 650px;
	height: 110px;
	padding: 30px 0px 30px 0px;
	text-align: left;
	border-bottom: solid thin #CCCCCC;
	/*background-image: url(../assets/shadows/projectsShadow.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#p_body{
	width: 430px;
	height: 105px;
	float: left;
}
#projects_image{
	width: 150px;
	height: 100px;
	float: left;
	margin: 0px 15px 0px 20px;
	border-bottom: solid medium #FFFFFF;
}
#projects_image:hover{
	border-bottom: solid medium #990000;
}	

/* ----- VIDEO -----------------------------------------------  */
#video{
	width: 320px;
	margin: 0px auto 0px auto;
	padding: 10px;
	border: thin solid #CCCCCC;
}

/* ----- STILLS -----------------------------------------------  */
#stills{
	width: 650px;
	margin: 0px auto 0px auto;
	padding: 20px 0 20px 0;
	border-bottom: solid thin #CCCCCC;
}
#stills_image{
	width: 150px;
	height: 100px;
	float: left;
	margin: 25px 33px 0 33px;
	border-bottom: solid medium #FFFFFF;
}
#stills_image:hover{
	border-bottom: solid medium #990000;
}
	
/* ----- FOOTER -----------------------------------------------  */

#footer{
	width: 650px;
	margin: 84px auto 10px auto;
}
#footer p{
	font-size:9px;
	text-align: center;
	color:#000000;
	line-height: 1.1em;
}
#footer a{
	color:#000000;
	font-size:10px;
}
#footer a:hover{
	color: #666666;
	text-decoration: none;
}