@charset "utf-8";

/* Layout Rules */

#wrapper {
	background-color: #FFFFFF;
	width: 720px;
	padding: 15px;
	margin: 10px auto;
}
#header {
	height: auto;
	width: 100%;
	clear: both;
}
#logo {
	float: left;
	width: auto;
}
#address {
	float: right;
	width: auto;
}
#content {
	height: auto;
	width: auto;
	clear: both;
	padding: 10px;
	text-align: justify;
}
#menu {
	text-align: center;
	height: auto;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#picture {
	float: left;
	height: auto;
	width: auto;
	border: 2px solid #C3C3D8;
	padding: 10px;
	margin: 10px;
}
#footer {
	height: 25px;
	width: 100%;
	background-color: #C7C5C6;
	clear: both;
}
#division {
	height: 25px;
	width: 212px;
	position: relative;
	right: 0px;
	float: right;
}
#registered {
	float: left;
	height: 25px;
	width: 250px;
	position: relative;
	left: 0px;
}
#ad_banner {
	height: 90px;
	clear: both;
	width: 728px;
	margin: 25px auto;

}


/* Tags */

body {
	background-color: #C3C3D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #5A469B;
	margin: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A469B;
	line-height: 150%;
	text-align: right;
}
h2 {
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
img   {
	border: none;
}
p {
	text-indent: 10px;
}

/* Classes */

.copyright {
	font-size: 9px;
}
.spec {
	font-family: "Courier New", Courier, monospace;
	text-indent: 0px;
}

/* Advanced Operators */

#content li {
	list-style-type: none;
	text-align: center;
	display: inline;
}
#menu img {
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}

/* Links */

#content p a:link, #content li a:link    {
	color: #5A469B;
	text-decoration: none;
	border-bottom: 1px dashed #5A469B;
}
#content p a:visited, #content li a:visited    {
	color: #C3C3D8;
	border-bottom: 1px dashed #C3C3D8;
	text-decoration: none;
}
#content p a:hover, #content li a:hover    {
	border-bottom: 1px dashed #FF6600;
	color: #FF6600;
}
