﻿html, body 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #f0c76d;
	height: 100%;
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
}

a
{
	color: #ffc74a;
}

td
{
	vertical-align: top;
}


input[type="text"] 
{
	width: 300px;
}

textarea
{
	width: 300px;
	height: 75px;	
} 

#page
{
    margin:0 auto;
    background-color: #ffffff;
	width: 930px;
}

#content
{
    margin: 0 auto;
	width: 790px;
}

#topContent
{
	background-color: #05093a;
	width: 790px;
}

#topContentBackground
{
	background-image: url('images/content_background_top2.jpg');
	background-repeat: no-repeat;
	width: 790px;
}

#topContentBackgroundInside
{
	background-image: url('images/content_background_top_inside.jpg');
	background-repeat: no-repeat;
	width: 790px;
}

#topContentInside
{
	text-align: left;
	width: 465px;
	margin-left: 201px;
	margin-top: 101px;
	padding-bottom: 20px;
}

#topContentInside h1
{
	color: #f3cb69;
	font-size: 18px;
	font-weight: normal;
}

#topContentInside p
{
	color: #ffffff;
	font-size: 12px;
	line-height: 17px;	
}


#topContainerInside
{
	text-align: left;
	min-height: 300px;
}

#topContainer
{
	text-align: left;
	min-height: 500px;
}

#topLeft
{
	float: left;
	margin-top: 335px;
}

#topRight
{
	margin-top: 70px;
	margin-right: 18px;
	float: right;
}

#bottomContent
{
	background-image: url('images/content_background_bottom.jpg');
	background-repeat: no-repeat;
	width: 790px;
	height: 300px;
	text-align: center;
}

img
{
	border: none;
}

.largePanel
{
	text-align: left;
	width: 222px;
	height: 251px;
	background: #05093a;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	display: inline;
}

.largePanel .title
{
	background: #ffc74a;
	height: 33px;
	width: 204px;
	color: #05093a;
	font: Arial;
	font-weight: bold;
	font-size: 18px;
	padding-left: 18px;
	padding-top: 10px;
	
}

.largePanel .content
{
	color: #ffffff;
	margin: 19px 18px 10px 18px;
	line-height: 17px;
}

.largePanel .content p
{
	margin: 10px 0px 3px 0px;
}

.largePanel .content a
{
	color: #ffc74a;
	font-weight: bold;
	text-decoration: none;
}

.largePanel .content img
{
	border: solid 9px #ffffff;	
}

.smallPanel
{
	width: 220px;
	height: 118px;
	background-image: url('images/small_panel_background.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-top: 10px;
}

.smallPanel img
{
	padding-left: 5px;
}

.smallPanel .content
{
	margin-top: 10px;
	margin-left: 15px;
	text-align: left;	
	color: #ffffff;
}

.smallPanel .content p
{
	margin: 0px 0px 3px 0px;
}

.smallPanel .content a
{
	color: #ffc74a;
	font-weight: bold;
	text-decoration: none;
}
.smallPanel .content img
{
	float: left;
	margin-right: 5px;
	vertical-align: top;
}

#navigation
{
	white-space: nowrap;
	text-align: right;
}

#footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #05093a;	
}

#footer a
{
	color: #05093a;	
}

.gallery
{
	width:100%;
	height:300px;
	text-align:center;
}
