body {
font-family: Trebuchet MS; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
line-height: normal; 
text-align: left; 
text-decoration: none; 
color: #3f3f3f; 
font-size: 13px;
background: url('/template/gfx/bg.gif') top left #2f2f2f;
margin: 0;
}

h1 {
	color: #1b264e;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 10px;
}

p {
	text-align: justify;
	font-size: 13px;
	color: #3f3f3f;
	margin: 0;
	padding: 4px 10px;
}

a {
	color: #1b264e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* PAGE DESIGN */

#wrapper{
	width: 918px;
	border: 0;
	margin: 10px auto;
}
#pageTop {
	background: url('/template/gfx/page_top.png') top left no-repeat;
	width: 918px;
	height: 15px;
}
#pageLeft {
	width: 9px;
	background: url('/template/gfx/shad_left.png') top left repeat-y;
}
#pageRight {
	width: 9px;
	background: url('/template/gfx/shad_right.png') top left repeat-y;
}
#pageContent {
	width: 900px;
	background: url('/template/gfx/head.jpg') top left no-repeat #fff;
}
#footer {
	width: 918px;
	height: 46px;
	background: url('/template/gfx/footer.png') top left no-repeat;
}
#footer .left {
	width: 450px;
	display: block;
	float: left;
	font-size: 10px;
	color: #8fadff;
	margin: -2px 0 0 30px;
}
#footer .right {
	width: 400px;
	display: block;
	float: right;
	color: #8fadff;
	margin: -2px 30px 0 0;
	font-size: 10px;
	text-align: right;
}
#footer b {
	color: #c4e1ff;
	font-size: 11px;
}
#footer a {
	color: #c4e1ff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#menu {
	display: block;
	position: absolute;
	margin: 238px 0 0 431px;
	width: 450px;
}
#menu a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 15px 0 14px;
}
#menu a:hover {
	color: #d1d4df;
}

#rightPanel {
	display: block;
	width: 600px;
	padding: 15px;
	margin: 300px 0 0 0;
	float: right;
}
#leftPanel {
	display: block;
	width: 250px;
	margin: 300px 0 0 8px;
	padding: 0;
	float: left;
}
#leftPanel h2 {
	color: #2e4184;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 5px;
}
#leftPanel .photo {
	display: block;
	margin: 5px auto;
	padding: 5px;
	width: 218px;
	height: 174px;
	background: url('/template/gfx/foto_bg.jpg') top left no-repeat;
	text-align: center;
}
#rightPanel .photo {
	display: block;
	margin: 5px auto;
	padding: 5px;
	width: 218px;
	height: 174px;
	background: url('/template/gfx/foto_bg.jpg') top left no-repeat;
	text-align: center;
}