


/* CSS Document */

* {margin: 0; padding: 0;}

body {
	background: #fff;
	font: normal 8px Georgia, sans-serif;
	padding: 0;
	padding-top: 0px; margin-top: 0px;
}


p {	font: normal normal 1.3em Georgia, sans-serif;}
a {color: #333;}
a:hover {color:#fcb062;}

big {font-size: 1.1em;}

h1,h2,h3 {padding: 8px 0 2px;}

h1 {
	font-family:Georgia, sans-serif;
	font-size: 2.4em;
	font-color: #c70b46;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {
	font-family: Georgia, sans-serif;
	font-size: 1.6em;
	color: #c70b46;
	font-weight: bold;
}
h3 {
	font-family: Georgia, sans-serif;
	font-color: #c70b46;

	font-size: 2.4em;
	font-weight: bold;
	
}

h4 {
	font-family: Georgia, sans-serif;
	font-color: #56004E;
		font-size: 1.3em;

}
blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia, sans-serif;
	padding-left: 26px
}

.box {
width: 550px;
border: 2px dotted #c70b46;
padding: 10px;
color: #c70b46;

}
form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;
font-family: Georgia, sans-serif;
}
small,.small {font: normal 0.9em;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: url(bg.gif);
	border: 5px solid #fcb062;
	margin: auto;
	width: 900px;
}

#container {
	background: #ffffff;

	font-size: 1.3em;
	margin: 0 auto;
	width: 900px;
}




/* header */
.title {
	background:#FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.title h1 {
	color: #441;
	font: normal 2.2em Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	background: #FFFFFF url(header.jpg) repeat-y;
	height: 108px;
	z-index: 1;

        border-bottom: 3px dotted #333;
}

.logo-left {
background: url(images/images/logo_03.png) no-repeat left bottom;
background-position: left;
height: 62px;
width: 210px;
margin: 3px 0 0 27px;
float: left;
}

.logo-right {
background: url(images/images/swankon_03.gif) no-repeat left bottom;
background-position:top;
height: 29px;
width: 210px;
margin: 10px 0 0 0;
float: right;



}

.left{ width: 70%; }


.right { width: 30%;}


/* navigation */
.navigation {
	height: 40px;
        font-size: 13px;
	margin: 80px 0 0 250px;
        padding: 7px;
        float:right;
}
.navigation a {
	border-right: 2px solid #fff;

	color: #333;
	float: left;
	font: bold 1.1em Georgia, sans-serif;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #fcb062;}

/* main */
.main#two-columns {
background: #FFF url(img/two-columns.gif) repeat-y;
padding: 10px 0 0 20px;
border: #9F9C89;


}

/* bottom */
.bottom {
	background: #DCDAC9 url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 4px 20px;
}
.bottom .left,.bottom .right {width: 95%;}

/* footer */
.footer {
background: #fcb062;
color: #c70b46;
font-size: 9px;
height: 30px;
width:  900px;
float: right;
	border: 1px solid #fcb062;

}

.footer .left {width: 60%; padding: .5%; }
.footer .right {
	width: 30%;
	text-align: right;
padding: .5%;
}
.footer a {
	color: #c70b46;
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 65%;}
.col2 .left .content {background: #fff;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 30%; padding: .5%;}
.left {float: left;}
.right {float: right;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;

}
.block li {
	border-bottom: 1px solid #cccccc;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	
}
.block li a,.block li em {
	color:#333333;
	display: block;
	font-family: Arial, Helvetica, sans-serif;

}
.block li em {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;

}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
	font-family: Ar  fial, Helvetica, sans-serif;

}
.block li a span {font-weight: bold;}
.block li a:hover {
	background:#CCCCCC;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;

}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #CCCCCC;}
