body{
	background-image: url('images/bg.jpg');
	margin: 0px auto;
	width: 559px;
	color: #fff;
	text-align: justify;
}

#container{
	background-color: #3362A8;
}


#header{
	background-image: url('images/header.jpg');
	height: 323px;
	width: 559px;
}

.sidebar{
	float: right;
	width: 170px;
	font-family: arial;
	font-size: 9pt;
	text-align: justify;
	margin-top: 3px;
	color: #C6DDED;
	padding-right: 5px;
}

#profile{
	float: right;
}

#navi{
	float: right;
	width: 170px;
	padding: 1px;
}

#navi a
	{
	background: #7292F7;
	font-size: 10pt;
	font-family: century gothic;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 12pt;
	display: block;
	padding-bottom: 4px;
    padding-top: 3px;
	text-decoration: none;
	text-align: center;
	}

#navi a:hover
	{
	background: #8DA6FA;
	font-size: 10pt;
	font-family: century gothic;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 12pt;
	display: block;
	padding-bottom: 4px;
    padding-top: 3px;
	text-decoration: none;
	text-align: center;
	}

#main{
	width: 369px;
	font-family: Arial;
	font-size: 9pt;
	padding-left: 5px;
}

#footer{
	background-image: url('images/footer.jpg');
	width: 559px;
	height: 80px;	
	text-transform: uppercase;
	clear: both;
}

.footer{
	height: 80px;
	font-family: Arial;
	font-size: 8.5pt;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

li{
	list-style-type: upper-roman;
	color: #6B98DB;
}

#navi li{
	margin-bottom: 1px;
	padding-left: 0px;
	list-style-type: none;
}

h1{
	font-family:Georgia;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px dashed #fff;
	text-align: center;
	color: #B36AD3;
	letter-spacing: 3px;
	text-transform: lowercase;
}

h2{
	font-family: Georgia;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px dashed #fff;
	text-align: left;
	color: #A5D7FC;
	letter-spacing: 2px;
	padding-left: 20px;
	margin-bottom: 0px;
}

.subtitle{
	font-family: Century Gothic;
	color: #9A78CE;
	font-size: 8pt;
	text-transform: uppercase;
	text-align: left;
	padding-left: 5px;
}


b{color: #6495D7;}
i{color: #;}
u{color: #;}

a{
	color: #8DA6FA;
	text-decoration: none;
	font-family: Century Gothic;
	font-size: 8pt;
}

a:hover{
	color: #B36ACC;
	text-decoration: none;
}
