/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #c30031;}
a:hover {
	color: #666;
	text-decoration: none;}

body {
	background: #E7E8E2 url('images/body.jpg') no-repeat center top;
	color: #444;
	font: normal 62.5% arial,sans-serif;
	padding-top: 0px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em arial,sans-serif;}
h2 {font: bold 1.4em arial,sans-serif; padding-bottom: 10px;}
h3 {font: bold 1.2em arial,sans-serif;}
h5 {font: normal 0.8em arial,sans-serif;}

form,input {margin: 0; padding: 0; display: inline; align:center}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1 {padding-top: 6px; color: #c30031; margin-bottom: 4px;}
h2,h3 {padding-top: 8px; color: #10247d; margin-bottom: 8px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right; text-align:right;}

/* structure */
.inner-container {
	border: 2px solid #d7d7d2;
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 786px;
}

.outer-container {
	background: url('images/body.jpg') no-repeat center bottom;
	padding-bottom: 0px;
}

/* header &amp; title */
.header {
	background: #fff;
	height: 132px;
	text-align: center;
}
.header .title {
	color: #fff;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #fff;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #f60;}
.header .title .slogan {
	font: normal 1.1em arial,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background:#d35e80;
	margin: 0;
}
.path h1 {
	color: #fff;
	font: bold 1.1em arial,sans-serif;
	margin-top: 2px;
	padding: 8px 14px;
	text-align: center;
}
.path a {
	color: #fafafa;
	text-decoration: none;
}
.path a:hover {
	color: #ffe;
	text-decoration: underline;
}

/* main */
.main {
	background: url(images/main.gif) repeat-y;
	border-top: 1px solid #fff;
	padding: 8px 6px 0 0;
}

/* content */
.content {
	float: right;
	width: 558px;
	padding: 0px 18px 0 0;
}
.content .descr {
	color: #664;
	font-family: arial,san-serif;
	font-size: 0.9em;
	line-height: 13px;
	margin-left: 18px;
	margin-bottom: 6px;
}
.content .names {
	color: #666;
	font: normal 0.9em arial,san-serif;
	line-height: 13px;
	margin-bottom: 6px;
}
.content li {
	list-style: square;
	margin-left: 26px;
	line-height: 18px;
}
.content p {
	font: normal 1.0em arial,sans-serif;
	line-height: 18px;
	padding: 0px 18px 10px 5px;
	}

/* navigation */
.navigation {
	float: left;
	width: 180px;
	padding-bottom: 450px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #203A91;
}
.navigation li {border-bottom: 1px solid #203A91;}
.navigation li a {
	font: bold 1.0em arial,sans-serif;
	color: #22689d;
	display: block;
	padding: 7px 0 7px 8%;
	text-decoration: none;
	width: 92%;
}
.navigation li a:hover, a:active {
	background: #fff;
	color: #d35e80;	
}
.navigation table {
	background-color: #f7f7f7;
	font: normal 1.0em arial,sans-serif;
	float: center;
	width: 160px;
	padding: 5px;
	margin-left: 10px;
}


/* footer */
.footer {
	background: #f3f3f3;
	color: #666;
	font: normal 0.8em verdana,sans-serif;
	line-height:1.4em;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	color: #666;
	text-decoration: underline;}
	
	

		
.caption h5 {
	font: normal 0.8em verdana, sans-serif;
	line-height: 1.5em;
    text-align: left;
	width:auto;
	padding:0;
	margin:2px 0 1px 18px;
	}
	</pre></div></body></html>
