/* MAIN ELEMENTS */

body {
	background: #DCDCDC;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:link {
color: #666666;
}

a:visited {
color: #666666;
}

a:hover {
color: #666666;
}

a:active {
color: #666666;
}

h1 {
	font-size: 11px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	line-height: 16px;

	
}

h2 {
	font-size: 10px;
	padding-left: 25px;
	color: #B7B7B7;
	font-weight: normal;
}

p {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	line-height: 16px;
	text-align: justify;
}

#container {
	position: relative;
	text-align: left;
	width: 640px;
	height: 384px;
	margin-right: auto;
	margin-left: auto;
	border: 1px #999999 solid;
	background-color: #F5F5F5; 
}

#header_left {
	position: absolute;
	width: 173px;
	top: 34px;
	left: 63px; }
	
#header_right {
	position: absolute;
	width: 173px;
	top: 30px;
	left: 405px;
}

#nav {
	top: 95px;
	position: absolute;
	left: 63px;
	width: 130px;
}	

#contents {
	position: absolute;
	width: 358px;
	left: 220px;
	border: 1px #999999 solid;
	top: 95px;
}

#footer {
	position: absolute;
	text-align: center;
	width: 640px;
	top: 410px;
	padding-bottom: 30px;
}

.image_border {
	border: 1px #999999 solid;
}

.nav_padding {
	padding-bottom: 4px;
	padding-right: 3px; 
}

/*ABOUT NAVBAR ELEMENTS*/


#navcontainer ul {
	position: absolute;
	top: 95px;
	left: 220px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navcontainer ul li { display: inline;
}

#navcontainer ul li a { 
	text-decoration: none;
	padding: 1px 3px 2px 3px;
	color: #fff;
	background-color: #B4B4B4;
}

#navcontainer ul li a:hover {
	color: #fff;
	background-color: #909090;
}

#navcontainer #active a { 
	text-decoration: none;
	padding: 1px 3px 2px 3px;
	color: #fff;
	background-color: #909090; 
}

/*TABLE STYLE*/

.table_about {
	line-height: 15px;
	margin-left: 25px;
	margin-top: 20px;
}


/* FORM ELEMENTS */

.form_elements {
	padding-left: 25px;
}

.input_elements {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}

/* GALLERY LAYOUT */

.table {
	position: absolute;
	top: 95px;
	left: 251px;
}

.table_image_spacing {
	border: 1px #999999 solid;
	margin-left: 12px;
	margin-bottom: 12px;
}

#spacer {
	width: 67px;
	height: 67px;
	border: 1px #999999 solid;
	margin-left: 12px;
	margin-bottom: 12px;
}

#spacer2 {
	width: 67px;
	height: 67px;
	border: 1px #999999 solid;
	margin-left: 12px;
	margin-bottom: 12px;
}

#gallery_more {
	position: absolute;
	top: 340px;
	left: 505px;
	width: 70px;
	text-align: right;
}
