body {
	margin: 0px;
	background: url("/images/bg-body.jpg") repeat;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 13px;
	color: #433C35;
	height: 100%;
}


h1 {
	font-size: 14px;
	color: #053d61;
}
h2 {
	font-size: 13px;
	color: #053d61;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
}
p {
	line-height: 1.5em;
	border: 0px solid #000;
}

a {
	color: #226586;
}

img a {
	border: 0px;
}

.Date {
	color: #555;
	padding-right: 15px;
}

.Clear {
	clear: left;
}

#flashcontent {
	width: 100%;
	margin-top: -10px;
	margin-left:-10px;
	height: 440px;
	border-top: 0px solid #000;
}

#Page {
	width: 797px;
	background: url("/images/bg-page.jpg") repeat-y;
}
  
#Side {
	float: left;
	width: 119px;
}
#Side #Menu {
	width: 119px;
	height: 235px;
	margin-top: 97px;
	background: url("/images/bg-menu.jpg") no-repeat;
}
#Side #Menu ul {
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
	border: 0px solid #F00;
}
#Side #Menu ul li {
	list-style-type: none;
	border: 0px solid #FFF;
	/*background: url("/images/bg-menu-ul-li.jpg") no-repeat;*/
	background-position: bottom left;
	padding: 5px 15px;
	padding-bottom: 8px;
}
#Side #Menu ul li a {
	color: #DDD5C2;
	text-decoration: none;
	font-size: 15px;
}
#Side #Menu ul li a:hover {
	color: #FFF;
}

#Main {
	float: left;
	width: 678px;
	height: 100%;
	background: url("/images/bg-content.jpg") repeat-y;
}
#Main #Header {
	float: left;
	width: 100%;
	background: url("/images/bg-header.jpg") no-repeat;
	height: 274px;
}
#Main #Header #Logo {
	margin-top: 43px;
	margin-left: 62px;
	
	margin-top: 43px;
	margin-left: 80px;
}
#Main #Header #Logo img a {
	border: 0px;
}
#Main #Content {
	float: left;
	width: auto;
	/*margin-left: 35px; */
	margin-top: -20px;
	padding-left: 35px;
	padding-bottom: 50px;
}
#Main #Content #Left {
	float: left;
	width: 360px;
}
#Main #Content #Right {
	float: left;
	margin-left: 15px;
	background: url("/images/bg-right.jpg") no-repeat;
	width: 230px;
}
#Main #Content #Right h2, 
#Main #Content #Right p {
	padding-left: 20px;
}
#Main #Content #Whole {
	float: left;
	width: 600px;
}
#Main #Content #Whole #FlashGallery {
	width: 100%;
	height: 440px;
}
#Main #Content #Right #Login {
	width: 225px;
	height: 90px;
	background: url("/images/bg-login.jpg") no-repeat;
}
#Main #Content #Right #Login table {
	margin: 5px 10px;
	margin-top: 3px;
	color: #DDD5C2;
	font-size: 13px;
}
#Main #Content #Right #Login table td.Input {
	padding-top: 4px;
	text-align: right;
	font-weight: normal;
}

#Footer {
	clear: both;
	margin: 5px;
	height: 30px;
	width: 659px;
	background: url("/images/bg-footer.jpg") no-repeat;
}
#Footer p {
	color: #FFF;
	padding: 7px;
	margin: 0px;
	margin-left: 5px;
}
#Footer ul li a {
	color: #FFF;
	padding: 7px;
	margin: 0px;
}
#Footer #Rights {
	width: 329px;
	float: left;
}
#Footer #FooterMenu {
	width: 330px;
	float: left;
}

#FooterMenu ul {
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
	margin-right: 5px;
	text-align: right;
}
#FooterMenu ul li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#Side #Menu ul li a:hover {
	color: #FFF;
}



#FormContact {
	font-size: 13px;
	width: 100%;
	margin-top: 0px;
}
#FormContact .Label,
#FormContact .Input {
	padding: 3px 4px;
}
#FormContact .Label {
	width: 100px;
	text-align: right;
}


/************************************************/
/* ERROR/MESSAGE STYLES                         */

.Error, .Message {
	font-size: 12px;
	margin: 0px;
	margin-bottom: 0px;
}

.Error {
	clear: left;
	padding: 4px 10px;
	background: #FFFFCC;
	border: 2px solid #CC0000;
}

.Message {
	clear: left;
	padding: 4px 10px;
	background: #FFFFCC;
	border: 2px solid #153E73;
}

.Error p,
.Message p {
	margin: 0px !important;
	padding: 0px !important;
}

