* {
	padding: 0px;
	margin: 0px;
/*	border: #ffffff solid 1px;*/
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #000000;
	color: #ffffff;
	text-align:center;
	font-weight: normal;
}

img {
	border: none;
}

a, a:link, a:visited {
	text-decoration:none;
	color: #cccccc;
	font-weight:bold;
}

a:hover {color: red; text-decoration:underline;}
a:active {color: red;}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

h2, h3, h4, h5, h6 {
	margin-top:8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:2.0em;
	color:#ffffff;
}

h2 {
	font-size:1.6em;
	padding-top:15px;
	color:#cccccc;
}

h3 {
	font-size:1.2em;
	padding-top:10px;
}

h4, h5, h6 {
	font-size:1.2em;
}

p {
	font-size: 1em;
	padding-top:5px;
}

p.small {
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.thumb_footer {
	text-align:center;
	font-size: 0.9em;
}

/* PAGE LAYOUT */

#container {
	text-align:center;
	width:100%;
	background-image: url('../images/background.jpg');
	background-repeat:repeat-x;
	background-position: bottom left;
}

#page {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	padding-left:20px;
	padding-right:20px;
	text-align: left;
	width:1000px;
}

#top {
	text-align: left;
	width:100%;
	height: 98px;
}

#content {
	width:100%;
	height:530px;
}

#content img {
	behavior: url(/images/lib/iepngfix.htc);
}

#left {
	text-align:left;
	width: 250px;
	float:left;
}

#left_content {
	width: 250px;
}

#left_content p {
	padding-top:18px;
}

#main_new {
	width: 100%;
	height: 500px;
	margin-left:0px;
}

#main {
	width: 700px;
	height: 500px;
	margin-left:280px;
}

#main_img, #main_img2 {
	border: #ffffff outset 2px;
}

#bottom {
	text-align:center;
	height:35px;
	margin-top:5px;
	font-size:1.4em;
	padding-left:30px;
	padding-top:15px;
}

#footer {
	height:50px;
	text-align:center;
}

/* NAVIGATION */

.menu li {
	display:inline;
	padding-right:30px;
	padding-top:10px;
	
}

.menu li a {
	color:#777777;
	font-weight:normal;
}

.menu li a:hover {
	text-decoration:none;
	color:#ffffff;
}

#main_menu {
	font-size: 1.8em;
}

/* PAGE ELEMENTS */

.indent {
	padding-left:120px;
}

img.left {
	float:left;
}

/* PHOTO GALLERY */

#home_page_image {
	border: #ffffff outset 2px;
	width:700px;
	height:467px;
}

#home_img {
	border: none;
}

#main_photo_holder {
	height:500px;
}

#main_image {
	width:700px;
	height:500px;
	text-align:center;
	margin-top:25px;
}

#main_photo {
	border: #ffffff outset 2px;
}

#content table {
	margin-top:10px;
}

.thumb_top {
	padding: 0px 10px 0px 0px;
}

.thumb {
	padding: 10px 10px 0px 0px;
}

.thumbnail {
	border: #ffffff outset 1px;
}

.thumbnail:hover {
	border: red outset 1px;
}

/* CONTACT PAGE */

form {
	padding-top:15px;
	width: 600px;
}

form p {
	margin-top:20px;
	padding-top:20px;
}

label {
	float:left;
	width:140px;
	text-align:right;
	font-weight: bold;
}

input, textarea {
	margin-left:8px;
	float:left;
	border: #CCCCCC inset 2px;
}

input {
	background-color: #ffffff;
	width:300px;
}

textarea {
	background-color: #ffffff;
	width: 400px;
}

.button {
	float:left;
	margin-top:40px;
	width: 100px;
	border: #CCCCCC outset 2px;
	background-color:#ffffff;
	text-decoration:none;
	font-size: 1.0em;
}

/* ERRORS AND NOTIFICATIONS */

.notification, .errorExplanation {
	text-align:center;
	width: 400px;
  	border: 1px dashed #cccccc;
	color:#ff0000;
	padding: 5px;
	position:absolute;
}

.notification {
	color: #ffffff;
}

.fieldWithErrors * {
  	border: 3px solid #f66;
}
