@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5 {
    margin-top: 0;
    padding: 0;
}
p {
	margin:1em 0;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #000000;
    line-height: 18px;
}
#pageWrapper {
	width:900px;
	margin:0 auto;
	padding-top:20px;
}
#header {
	padding:0 10px 20px 10px;
	margin-bottom:20px;
	border-bottom:1px solid #B7633E;

}
#headright {
	float:right;
}
#header h1 {
	font-size:42px;
	line-height:normal;
	font-family:"Times New Roman", Times, serif;
	color:#294664;
	margin:0;
	padding:0;
}
#header h2 {
	font-size:20px;
	line-height:normal;
	font-weight:bold;
	color:#1D453C;
	margin:0;
	padding:0;
}
#content {
	margin-left:180px;
	margin-bottom:10px;
}
#content img {
	border:0;
}
#content h1 {
    color: #294664;
    font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	line-height:normal;
}
#content h2 {
	color: #294664;
    font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	line-height:normal;
}
#content h3 {
	color: #000;
    font-size: 13px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	line-height:normal;
	margin:0px;
}

#leftcol {
	width:160px;
	float:left;
	margin-bottom:10px;
}
#leftcol img {
	border:0;
}
#content p {
	text-align:justify;
}
a:link { text-decoration:none; color:#294664;}
a:visited { text-decoration:none; color:#294664;}
a:active { text-decoration:none; color:#294664;}
a:hover { text-decoration:underline; color:#294664;}

#footer {
	clear:both;
	height:40px;
	padding:6px 10px 0 10px;
	border-top:1px solid #B7633E;
	font-size:11px;
	line-height:normal;
}
#footerleft {
	float:left;
}
#footerright {
	float:right;
	text-align:right;
}
/* *** MENU STYLES START *** */
#menu {
	margin-bottom:20px;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul a {
	color:#294664;
	font-size:16px;
}
#menu ul ul a {
	color:#1D453C;
	font-size:12px;
}
#menu a {
	text-decoration:none;
}
#menu a:hover {
	color:#000;
}
#menu li {
	background-image:url(menu_hr.jpg);
	background-repeat:no-repeat;
	padding:5px 0 5px 0;
}
#menu ul li {
	padding-left:10px;
}
#menu ul ul li {
	padding-left:20px;
}
#menu ul {
	background-image:url(menu_hr.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#menu ul ul {
	background-image:none;
}
/* *** MENU STYLES END *** */

#rightcol {
	float:right;
	margin-left:10px;
}
.img270x360 {
	width: 278px;
	height: 368px;
	margin:0 0 10px 0px;
	background-image: url(img_270x360.png);
	background-repeat: no-repeat;
}
.img270x200 {
	width: 278px;
	height:208px;
	margin:0 0 10px 0px;
	background-image: url(img_270x200.png);
	background-repeat: no-repeat;
}
.img152x114 {
	width: 160px;
	height: 122px;
	margin:0 0 10px 0;
	background-image: url(img_152x114.png);
	background-repeat: no-repeat;
}
.img152x200 {
	width: 160px;
	height: 208px;
	margin:0 0 10px 0;
	background-image: url(img_152x200.png);
	background-repeat: no-repeat;
}
.marginbottom {
	margin-bottom:20px;
}
#gallery {
}
#gallerytable {
	text-align:center;
	font-size:11px;
}
#gallerytable td {
	padding-bottom:10px;
	padding-right:16px;
}
#gallerytable img {
	border:1px solid #CCC;
}
.comment {
	color:#666;
	font-size:11px;
}
