/* =General-----------------------------------------------------------------------------*/

html{height: 100%}
p{margin: 0;padding: 0;}
blockquote{}
ul, ol{margin: 0;padding: 0;list-style: none;}
.clear{ clear:both;}
img{ /* Remove border around linked images */border: 0;}

/* =Typography-----------------------------------------------------------------------------*/

body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #333;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-color: #000000;
}

/* =Headings-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

/* =Frame-----------------------------------------------------------------------------*/

#wrap {
	width: 950px;
	margin: 0 auto;
}

/* =header-----------------------------------------------------------------------------*/

#header {
	width: 950px;
	height: 431px;
	background-image: url(../images/header.jpg);
}

#menu{
	width: 940px;
	height:18px;
	padding-left: 10px;
	text-align:center;
}

#menu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #e3c5ae;
	text-decoration: none;
	margin-right: 10px;
	font-variant: normal;
	text-transform: uppercase;
}

#menu a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
}


#middle{
	width: 950px;
	background: url(../images/middle.jpg) top left no-repeat;
}

#middle #left{
	width: 501px;
	padding: 110px 10px 10px 40px;
	float:left;
	margin-right: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:justify;
}

#middle #left h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #e3c5ae;
	text-transform: uppercase;
}

#middle #left h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #e3c5ae;
	margin-bottom: 4px;
}

#middle #left .post{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #e3c5ae;
	margin-top: 8px;
	text-align:right;
}

#middle #left a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

#middle #left a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#middle #right{
	width: 275px;
	height: 544px;
	float:right;
	padding: 145px 10px 0px 10px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:justify;
}

#middle #right h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #e3c5ae;
	text-decoration: none;
}

#middle #right h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #e3c5ae;
	text-decoration: none;
}

#middle #right h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #e3c5ae;
	text-decoration: none;
}

#footer {
	width:318px;
	height:170px;
	background-image: url(../images/footer.jpg);
	padding:130px 605px 101px 27px;
}
#footer h1{
	padding-left:10px; border-bottom:1px solid #d9b291; margin-bottom:5px; color:#7e572b;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	margin-right: 10px;
}
#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #B41221;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	margin-right: 10px;
}

#footer h3{ text-align:center; text-transform:uppercase; padding-top:40px; color:#ad9e93; }
#footer form{ padding:5px; }
#footer strong{ width:130px; display:block; float:left; text-transform:11px; height:24px; line-height:18px; margin-bottom:4px; }
#footer em{ width:168px; display:block; float:right; height:24px; margin-bottom:4px;  }
#footer input.txt{ height:18px; border:1px #996600 solid; }

#copyright{ padding-bottom:10px; padding-left:10px; }
#copyright a{ color:#fff; text-decoration:none; color:#9c534d; }

#middle #left #listPage{ padding:20px 0px; text-align:right; }
#middle #left #listPage a{ font-size:14px; font-weight:bold; background-color:#CCC; padding:4px; }
#middle #left #listPage a.active{ background-color:#990000; padding:4px; color:#fff; }

#middle #left #boxAlbum{ padding:10px; }
#middle #left #boxAlbum a{ padding:4px; border:1px #ccc solid; margin:10px; float:left; }


h5.msgError {
background:#FDF9BC url("error.gif") no-repeat 20px 5px;
border:2px solid #FF9F00;
color:#FF9F00;
display:block;
font-size:16px;
margin:5px;
padding:5px 5px 5px 90px;
text-align:left;
}
h5.msgError div {
border-left:1px solid #FF9F00;
padding-bottom:10px;
padding-left:10px;
}
h5.msgError div span {
color:#666666;
display:block;
font-size:12px;
font-weight:normal;
padding:4px 0px 0px;
}