/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #87f0ff;
	background-color: #2d9ce4;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

label {
	font-size: 10px;
	font-weight: bold;
}

input, select, textarea {
	background-color: #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #87f0ff;
	padding: 2px;
	color: #FFFFFF;
	width: 150px;
}

#text {
	width: 300px;
}

#all {
	width: 720px;
	margin: auto;
	padding: 20px;
	text-align: left;
}

a img {
	border-width: 0;
}

#leftframe {
	margin-top: 4px;
}

#leftframe img {
	float: left;
}

#leftframe_content {
	width: 210px;
	float: left;
	color: #7e8072;
	line-height: 16px;
	padding-left: 16px;
	padding-right: 15px;
	padding-bottom: 13px;
	background-image: url('images/leftframe_background.jpg');
	background-repeat: repeat-y;
}

#leftframe h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#flash {
	width: 463px;
	height: 349px;
	background-image: url('images/foto_background.jpg');
	background-repeat: no-repeat;
}

#menu {
	background-image: url('images/menu_background.jpg');
	background-repeat: no-repeat;
	width: 710px;
	height: 30px;
	padding: 6px;
}

#menudiv {
	height: 28px;
	width: 709px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #54554b;
}

#menudiv div {
	float: left;
	height: 20px;
	padding-top: 8px;
	padding-left: 29px;
	padding-right: 28px;
	background-color: #e2e4d9;
	cursor: pointer;
}

#menudiv div.select {
	background-color: #0692e4;
	background-image: url('images/arow.jpg');
	background-position: center 0;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#content {
	width: 702px;
	padding: 10px;
	padding-top: 3px;
	margin-top: 10px;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	background-image: url('images/content_background.gif');
	background-repeat: repeat-y;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #87f0ff;
}

#content a {
	color: #FFFFFF;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style-type: square;
}

#content ul li {
	margin-bottom: 5px;
}

#footer {
	width: 722px;
	height: 36px;
	padding-top: 14px;
	text-align: center;
	margin-top: 10px;
	background-image: url('images/footer_background.gif');
	background-repeat: no-repeat;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.imggallery {
	margin: 5px;
	border-width: 3px;
	border-color: #FFFFFF;
	border-style: solid;
	vertical-align: middle;
}