@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #2D90A3;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	color: #000;
}

img {
	border: none;
}

#Header {
	margin: 0 auto;
	width: 850px;
	height: 80px;
}

#Logo {
	float: left;
	width: 217px;
	height: 30px;
	margin-top: 25px;
}

#Up {
	float: left;
	width: 633px;
	height: 30px;
	margin-top: 25px;
	text-align: right;
}

#Photo {
	margin: 0 auto;
	width: 890px;
	height: 280px;
	margin-bottom: 10px;
}

#leftShadow {
	float: left;
	width: 20px;
	height: 280px;
	background: url(../images/leftShadow.jpg) no-repeat;
}

#center {
	float: left;
	width: 850px;
	height: 280px;
}

#navigation {
	float: left;
	width: 850px;
	height: 30px;
	background: #1B1B1B;
}

#centerPhoto {
	float: left;
	width: 850px;
	height: 250px;
}

#rightShadow {
	float: left;
	width: 20px;
	height: 280px;
	background:url(../images/rightShadow.jpg) no-repeat;
}

#Content {
	margin: 0 auto;
	width: 850px;
}

#leftSide {
	clear: both;
	float: left;
	width: 600px;
	text-align: justify;
}

#rightSide {
	float: right;
	width: 240px;
	color: #333;
}

.right {
	float: right;
}

#button1 {
	float: left;
	width: 193px;
	height: 30px;
	margin-left: 107px;
}

#button1 a {
	float: left;
	width: 193px;
	height: 30px;
	background: url(../images/but1.jpg) no-repeat;
}

#button1 a:hover {
	background-position: 0 -30px;
}

#button2 {
	float: left;
	width: 122px;
	height: 30px;
}

#button2 a {
	float: left;
	width: 122px;
	height: 30px;
	background: url(../images/but2.jpg) no-repeat;
}

#button2 a:hover {
	background-position: 0 -30px;
}

#button3 {
	float: left;
	width: 141px;
	height: 30px;
}

#button3 a {
	float: left;
	width: 141px;
	height: 30px;
	background: url(../images/but3.jpg) no-repeat;
}

#button3 a:hover {
	background-position: 0 -30px;
}

#button4 {
	float: left;
	width: 166px;
	height: 30px;
}

#button4 a {
	float: left;
	width: 166px;
	height: 30px;
	background: url(../images/but4.jpg) no-repeat;
}

#button4 a:hover {
	background-position: 0 -30px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
}

li {
	list-style: outside;
	background: #FFF;
	padding: 3px;
	list-style-image: url(../images/bullet.jpg);
}

.textField {
	width: 400px;
	border: solid 1px #666;
}

.textArea {
	width: 400px;
	height: 125px;
	border: solid 1px #666;
}

.submitButton {
	width: 100px;
	border: solid 1px #666;
	background: #CCC;
}

