/* GLOBAL */


body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #cb4444;
	background-image: url('../img/body_bg.png');
	background-repeat: repeat-x;
	background-position: top;
}

img {
	border: 0px;
}

form, ul {
	margin: 0px;
	padding: 0px;
}

a {
	cursor: pointer;
}

input,textarea {
	width: 200px;
	font-size: 11px;
	font-family: Arial;
	padding: 2px;
	color: #111;
}

input.button {
	width: 80px;
	background-color: #cc3333;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
}

textarea {
	width: 350px;
	height: 110px;
}

span.error {
	color: #cc0000;
	font-weight: bold;
}





/* LOCAL */

#container {
	width: 865px;
	height: auto;
	margin: 0px auto;
	text-align: left;
}





#info_top {
	width: 272px;
	margin-left: 583px;
	height: 30px;
	margin-top: 10px;
	margin-right: 26px;
}

#info_top div {
	width: 272px;
	height: 30px;
	background-color: #f8f0f0;
	background-image: url('../img/info_top_link_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#info_top div a {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	float: left;
	padding-left: 10px;
	font-family: Georgia, Arial;
	font-style: italic;
	color: #111;
	text-decoration: none;
}

#info_top a:hover {
	color: #990000;
}





#top {
	width: auto;
	height: 159px;
	background-image: url('../img/top_bg.png');
	background-repeat: no-repeat;
}





#top #logo {
	float: left;
	text-align: left;
	width: 231px;
	height: 111px;
	margin: 24px 0px 0px 24px;
}





#top #quote {
	width: 384px;
	height: 136px;
	float: left;
	padding-right: 20px;
	padding-left: 150px;
	padding-top: 13px;
	text-align: right;
	background-image: url('../img/quote_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 10px 0px 0px 46px;
}

#top #quote h2 {
	font-family: Georgia, Arial;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #111;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#top #quote h3 {
	font-family: Georgia, Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #6f6f6f;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}





#menu {
	width: auto;
	height: 32px;
}

#menu .left {
	width: 10px;
	height: 32px;
	float: left;
	background-image: url('../img/shadow_left_bg.png');
	background-repeat: repeat-y;
	background-position: top right;
}

#menu .right {
	width: 10px;
	height: 32px;
	background-image: url('../img/shadow_right_bg.png');
	background-repeat: repeat-y;
	background-position: top left;
	float: left;
}

#menu .main {
	width: 845px;
	height: 32px;
	background-color: #fcf5f5;
	float: left;
}

#menu ul {
	width: 837px;
	height: 32px;
	background-color: #d34b4b;
	background-image: url('../img/menu_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 4px;
}

#menu ul li {
	list-style: none;
	float: left;
	width: auto;
	height: 32px;
	line-height: 32px;
}

#menu ul li a {
	display: block;
	width: auto;
	height: 32px;
	padding: 0px 15px;
	font-family: Georgia, Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li.active a, #menu ul li a:hover {
	background-image: url('../img/menuitem_active_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}





#main {
	float: left;
	overflow: hidden;
}





#text {
	width: 570px;
	height: auto;
	float: left;
	background-color: #fcf5f5;
	background-image: url('../img/shadow_left_bg.png');
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: justify;
	color: #111;
	line-height: 20px;
	padding: 14px 25px 0px 30px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#text h1 {
	font-family: Georgia, Arial;
	font-size: 19px;
	font-weight: bold;
	color: #111;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#text a {
	color: #cc3333;
	text-decoration: underline;
}

#text a:hover {
	color: #111;
}

#text p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

#text ul {
	margin: 6px 0px 4px 0px;
}

#text ul li {
	background-image: url('../img/list_bg.jpg');
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 2px;
	list-style: none;
	padding-left: 16px;
}





#photo {
	width: 215px;
	height: 261px;
	overflow: hidden;
	float: right;
	background-color: #fcf5f5;
	background-image: url('../img/shadow_right_bg.png');
	background-repeat: repeat-y;
	background-position: right top;
	padding: 20px 10px 0px 15px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#photo img {
	position: absolute;
	margin-top: 0px;
	z-index: 2;
}

#photo img#photo_bg {
	z-index: 3;
	margin-top: 0px;
}





#main_bottom {
	width: auto;
	height: 31px;
	background-image: url('../img/main_bottom_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}





#info_bottom {
	width: auto;
	height: 17px;
	text-align: right;
	line-height: 17px;
	margin-bottom: 18px;
	margin-right: 26px;
}

#info_bottom a {
	font-size: 0.75em;
	font-family: Georgia, Arial;
	color: #fff;
	font-style: italic;
	text-decoration: none;
}

#info_bottom a:hover {
	color: #111;
}







#news_square {
	width: auto;
	height: auto;
	overflow: hidden;
}

#news_square .item {
	width: auto;
	height: auto;
	margin-bottom: 30px;
}

#news_square .item .title {
	
}

#news_square .item .title h2 {
	font-family: Georgia, Arial;
	font-size: 14px;
	color: #111;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#news_square .item .title h2 a {
	color: #111;
	text-align: left;
	text-decoration: none;
}

#news_square .item .content {
	color: #444;
	padding-top: 4px;
}

#news_square .item .date {
	float: left;
	font-style: italic;
	color: #aa3333;
}

#news_square .item .readmore {
	float: right;
}

#news_square .item .readmore a {
	text-decoration: none;
	color: #111;
	font-weight: bold;
	background-image: url('../img/list_bg.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

#news_square .item .readmore a:hover {
	text-decoration: underline;
}







