

#main {
	width:1149px;
	padding:0px;
	background-image: url('img/contentBackgroundMain.gif');
	background-repeat:repeat-y;
}

#header {

	margin-top:0px;
	padding:0px;
	margin-left:90px;
    width:1049px;
    height:236px;
    background-image: url('img/header.png');    
    background-repeat:no-repeat;
}

#footer {
	margin-left:90px;
    clear:both;
	width:1049px;
    height:35px;
    background-image: url('img/footer.png');    
    background-repeat:no-repeat;
}

#copyright {
	margin-left:90px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a0a0a0;
	height:50px;
	width:1049px;
	background-color:#F4F1E8;
	text-align:right;
	
	
	
}

#mainNavigation {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left:90px;
    width:1049px;
    height:70px;
    background-image: url('img/contentBackground.png');
	background-repeat:repeat-y;
}

#mainNavigationElementFrame {
	margin-left:70px;
}


#contentNavigation {
	float:left;
	height:100%;
	min-height:1px;
	width:200px;
}



#content {
	float:left;
	margin-left:50px;
    width:720px;
	height:100%;
}


#contentWide {
	float:left;
	margin-left:10px;
    width:880px;
	height:100%;
}


/*
* image Gallery
*/


#gallery {
	width:100%;
}



#view {
	float:left;
	width:550px;
	min-height:500px;
}

#thumbnails {
	margin-left:20px;
	width:300px;
	float:left;
}

#viewImage {
	display:block;
	width:550px;
	
	
	 
	
	
}

#areaText {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}


#randomQuote {
	position:static;
	padding-left:60px;
	padding-top:40px;
	width:550px;
	height:140px;
}


