@charset "utf-8";
/* link sections */
a:link, a:visited {
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover, a:active {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.container .navigation a:link, .container .navigation a:visited {
	color: #6c5555;
}
.container .navigation a:hover, .container .navigation a:active {
	color: #6c5555;
}
.container .content a:link, .container .content a:visited {
	color: #466763;
}
.container .content a:hover, .container .content a:active {
	color: #466763;
}
/* general page settings section */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	min-width: 620px;
	background: #000000;
	background-image: url(images/flames.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	text-align: center;
}
/* start of container sections */
.container {
	margin: 0 auto;
	width: 620px;
	height: 100%;	
	margin-bottom: 20px;
	text-align: left;
}
.logo {
	height: 163px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
/*navigation section */
.navigation {
	color: #6c5555;
	float: left;
	width: 152px;
	border: #6c5555 1px solid;
}
.navigation .head{
	height: 35px;
}
.navigation .main{
	margin: 5px 5px 5px 5px;
}
.navigation .sub{
	margin-top: 10px;
	border-top: #6c5555 1px dashed;
	padding: 5px;
	color: #FFFFFF;
}
.navigation ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navigation li{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 2px 0;
	display: block;
}
/* main content section */
.content {
	float:right;
	width: 458px;
	border: #3f4746 1px solid;
	padding-bottom: 5px;
}
.content .head{
	height: 35px;
}
.content .main{
	margin: 5px 5px 5px 5px;
}
.content img{
	border:none;
	text-decoration: none;
}
.content .image {
	width: 100px;
	height: 130px;
	text-align: center;
	padding-bottom:10px;
	margin-right: 10px;
	float: left;
}
/* end of container and content section */

.footer {
	font-size: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}