/*****************Body - determines general characteristics for the site, background color is for the site outside the container***/
body {
	font-family: "Times New Roman", Times, serif; /****sets font sytle for entire site. Change fonts in each div if you want one to be different***/
	font-size: 12px; /***sets font size throught out the site, change size in div if you want it different***/
	 /***color outside of page, any extra area seen on large screens*****/
	text-align:center;  /******puts the container in center of the browser screen*******/
background-color:#072c01;}
/************************General**************************************/
img{
 border:none;
 padding:0;   /****If hyperlinked, there wont' be a blue border around it****/
   /***allows for space around the image*****/ }

p {
font-size:14px; /****usually set to either 12px or 14px ****/
color:#000000;
text-align:left;
font-weight:bold;  /****sets how much space is between the lines in each paragraph******/
}

a {text-decoration:none; }
/*********header tags can be changed to any size, color, font weight, alignment***********/
h1 {  
font-size:18px;
color:#000040;
font-weight:bold; 
margin-bottom:5px;/****space below the heading*******/
text-align:center; /***can be right, left or center*****/
}

h2{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	margin-bottom:5px;/****space below the heading*******/
	text-align:center; /***can be right, left or center*****/
 }
 h3{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin-bottom:5px;/****space below the heading*******/
	text-align:left; /***can be right, left or center*****/
}

ul, li {
padding:0px;
margin:0px;}
p {
font-size:14px; /****usually set to either 12px or 14px ****/
color:#000000;
font-style:italic;
text-align:left;  /****sets how much space is between the lines in each paragraph******/
}

/******************Container - sets up the entire page*****************/
#container {
	position:relative;
	margin: 0 auto;
	width: 1038px;
	background-image: url(../images/gallery-background.png);
	background-repeat: no-repeat;
	background-position: center;
	height:1216px;
	}
#top-wrapper {
	width: 985px;
	
}
#page-wrapper{
	margin-top:70px;
	width:830px;
	
	margin-left: 100px;
	position: relative;
}

/**********************************Header******************************/
#header {
	height:353px;

	position:relative;
	width: 988px;
	padding: 0px;
	margin: 0px 0px 0px 0px;	

}
#nav{
	position:relative;
	float:right;
	
   
    margin-right:10px;
	width:200px;
	color:#ffffff;	
}

#header a{color:#ffffff;}

#header a:hover{color:#999999;}


/********************************Horizontal Navigation*********************/
#navigation{ /***defines the area the horizontal links are in**********/
	position:absolute;
	width: 790px;
	height:35px;
	z-index: 90;
	left: 75px;
	top: 181px;
}
#navigation ul{
	text-align: center;
	list-style-type: none;
	width: 790px;
	margin-left: 135px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top:10px;
}


#navigation ul li{
	font-size:18px;
	float:left;
	margin: 0px 3px 0px 3px;padding:0px;
}/****these set the margins for each word in the list**/

#navigation a{color: #FFFFFF;
text-decoration:none;}

#navigation a:hover{ 
color:#999999;}










#page-title{
	position:absolute;
	margin-top: 20px;
	width:70px;
	margin-left:280px;
	width:419px;
	left: 31px;
	top:221px;
}

/*********************************Content*****************************/

#content-wrapper{
	width: 988px;
	height: 1416px;	
}

#content{
	width:830px;
	position:absolute;
	top:350px;
	left:93px;
	height:750px;
}





/*********************Footer************************************************/
#footer {
	position:absolute;
	width: 989px;
	clear: both;
	height:111px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	top: 1105px;
	left: 2px;
}
#footer a{
        color:#000000;
}

#footer a:hover{
        color:#FFFFFF;
}


.footerleft {
        float:left;
	position:absolute;
	width: 300px;
	height:20px;
	color: #ffffff;
	padding: 0px;
	left: 40px;
	
        font-size:12px;

}

.footerright{
        position:absolute;
        float:right;
        font-size:10px;
        padding-right:40px;
        width:200px;
        right: 40px;
		margin-top:100px;
	       
}
