/* CORRIE COLBERT */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 9pt/16pt arial; 
	color: #6b6768; 
	background-image:  url(/images/.jpg);
	align: left;
	margin: 0px; 
	}
p { 
	font: 10pt/10pt arial; 
	text-align:left;	
	color:#6b6768;
	margin-left: 15px; 
	margin-right: 0px; 
	letter-spacing: 0px;
	}
	
pre { 
	font: 8pt/10pt arial; 
	text-align:left;	
	color:#C22819;
	margin-left: 35px; 
	margin-right: 35px; 
	letter-spacing: 0px;
	}

h3 { 
	font: bold 10pt/10pt arial; 
	letter-spacing: 0px; 
	text-transform:uppercase;
	margin-left: 35px;
	margin-top: 9px;
	color: #6b6768;
	}

h1 { 
	font: 14pt/14pt arial; 
	letter-spacing: 0px; 
	text-transform:lowercase;
	margin-left: 35px;
	margin-top: 9px;
	color: #6b6768;
	}

ul { 
	font: 10pt/10pt arial; 
	text-align:left;	
	margin-left: 5px; 
	letter-spacing: 0px;
	list-style-type: none;
	}

hr {
  	border: 0;
  	width: 100%;
	color: #C22819;
	background-color: #C22819;
	height: 1px;
}

a:link { 
	font: 10pt/10pt arial;	
	font-weight: none; 
	text-decoration: none; 
	color: #6c6c6c;
	}

a:visited { 
	font: 10pt/10pt arial;	
	font-weight: none; 
	text-decoration: none; 
	color: #6c6c6c;
	}

a:hover, a:active { 
	font: 10pt/10pt arial;	
	font-weight: none; 
	text-decoration: none; 
	color: #92bf3c;
	}

a:hover { text-decoration: none; color: #; }
	a:link IMG { border: 0px solid black }
	a:active IMG { border: 0px solid black }
	a:visited IMG { border: 0px solid black }
	a:hover IMG { border: 0px solid white }



/* specific divs */

#big {
	position: absolute;
	padding: 0;
	width:845px;
	max-width: 845px;
	height: 450px;
	top: -5px;
	left: 50%;
	margin-left: -490px;
	margin-top: 0px;

}


#logo  {
	font: 11pt arial; 
	background: #ffffff;
	border-width:           0px 0px 0px 0px;
    	border-style:           solid;
    	border-color:           #aaa9a9;
	position: 	        absolute;
	left:                   0px;
	width:                  970px;
	height:                 55px;
	top:                    15px;
	overflow:               off;	
	margin: 0px 0px 0px 0px; 
	}


	
#nav  {
	background: #ffffff;
	border-width:           1px 1px 0px 1px;
    	border-style:           solid;
    	border-color:           #aaa9a9;
	position: 	        absolute;
	left:                   0px;
	width:                  958px;
	height:                 25px;
	top:                    40px;
	overflow:               off;	
	margin: 0px 0px 0px 0px; 
	padding: 9px 5px 5px 7px;
	}


#nav2 {
	background: #ffffff;
	border-width:           1px 1px 0px 1px;
    	border-style:           solid;
    	border-color:           #aaa9a9;
	position: 	        absolute;
	left:                   0px;
	width:                  958px;
	height:                 25px;
	top:                    85px;
	overflow:               off;
	padding: 9px 5px 5px 7px;	
	margin: 0px 0px 0px 0px; 
	}



#nav3 {
	background: #ffffff;
	border-width:           0px 0px 0px 0px;
    	border-style:           solid;
    	border-color:           #aaa9a9;
	position: 	        absolute;
	left:                   0px;
	width:                  958px;
	height:                 25px;
	top:                    620px;
	overflow:               off;
	padding: 9px 5px 5px 7px;	
	margin: 0px 0px 0px 0px; 
	}


#photo {
	background: #ffffff;
	border-width:           0px 0px 0px 0px;
    	border-style:           solid;
    	border-color:           #aaa9a9;
	position: 	        absolute;
	left:                   3px;
	width:                  4940px;
	height:                 430px;
	top:                    17px;
	overflow:               off;	
	margin: 0px 0px 0px 0px; 
	}


#constraint {
	background: #;
	border-width:           1px 1px 0px 1px;
    	border-style:           solid;
    	border-color:           #aaa9a9;
	position: 	        absolute;
	left:                  	0px;
	width:                  970px;
	height:                 480px;
	top:                    130px;
	overflow:               auto;	
	}

#button {
	background: #url() no-repeat top left;  
	border-width:           0px 0px 0px 0px;
    	border-style:           none;
    	border-color:           #aaa9a9;
	position: 	        absolute;
	left:                   180px;
	width:                  710px;
	height:                 30px;
	top:                    570px;
	overflow:               off;	
	}

