/* CSS Document */

/*
CSS RESET
--------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
	} 
fieldset,img {  
	border:0; 
	} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
	} 
ol,ul { 
	list-style:none; 
	} 

caption,th { 
	text-align:left; 
	} 

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
	} 

q:before,q:after { 
	content:''; 
	} 

abbr,acronym { 
	border:0; 
	} 
	
	

/*
CLASSES
--------------------------------------------*/
.header1{
background-image:url(images/logo/bg-GRN.png);
background-repeat:repeat-x;
color:#CCCCCC;
top:0px;
}


#header1{
background-image:url(images/logo/bg-GRN.png);
background-repeat:repeat-x;
color:#FFFFFF;
top:0px;
height:200px;
}


#header2{
background-image:url(images/logo/bg-BLU.png);
background-repeat:repeat-x;
color:#FFFFFF;
top:0px;
height:200px;
}

.header3{
background-image:url(images/logo/bg-RED.png);
background-repeat:repeat-x;
color:#CCCCCC;
top:0px;
}

.logo{
width:600px;
float:left;
}

.navigation a{
width:200px;
float:right;
text-decoration:none;
color:#666666;
margin-right:10px;
}

.nav1{
float:right;
color:#CCCCCC;
text-decoration:none;
margin-right:10px;
}

.updated{
font-family:helvetica, tahoma, geneva, san-serif;
font-size:12px;
float:right;
margin-right:5px;
margin-top:5px;
}

.main_content{
margin:0 auto;
width:900px;
}

.main_content2{
background-color:#000000;
margin:0 auto;
width:900px;
}

.link{
text-decoration:none;
text-shadow:#cccccc;
color:#0099CC;
}

.works{
margin-left:45px;
}

.exlg{
font-size:56px;
}

.dark{
background-color:#000000;
}

#footer{
width:100%;
height:30px;
font-weight:bold;
}

/*
FONTS
--------------------------------------------*/
h1{
font-family:Trebuchet, Tahoma, Helvetica, san-serif;
font-size:18px;
font-weight:bold;
margin:5px 5px 5px 5px;
}

h2{
color:#CC3300;
font-family:Trebuchet, Tahoma, Helvetica, san-serif;
font-size:16px;
margin:10px 5px 5px 5px;
}


h3{

font-family:Trebuchet, Tahoma, Helvetica, san-serif;
font-size:12px;
font-weight:bold;
margin:5px 5px 5px 5px;
}

address,p,ul{
font-family:helvetica, tahoma, geneva, san-serif;
font-size:12px;
margin-left:5px;
margin-top:5px;
}

em{ 
font-style:italic;
}

li{
margin-left:20px;
list-style:square;
}


/*== == == == == == == == == == == == == == == 
END CSS

CSS RESET BY YAHOO! UI
http://developer.yahoo.com/yui/reset/

ALL OTHER CSS COPYRIGHT 2009 CLICKLABS.ORG
WRITTEN FOR - 

COLORS USED

== == == == == == == == == == == == == == ==*/
