* {
	margin:0;
	padding:0;
	outline:none;
}

img {
	border:0;
}

body {
	background-color:#e6e6e6;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
}

a:link, a:active, a:visited {
	color:#93267F;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#container {
	width:900px;
	margin:0 auto;
	background-color:#fff;
	background-image:url(../images/menu.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#header {
	height:150px;
}

#content {

}

#menu {
	float:left;
	width:190px;
	padding:20px;
	padding-top:8px;
}

#menu ul li {
	list-style-type:none;
	text-transform:uppercase;
	font-family:'Arial Black',Gadget,sans-serif;
	
	border-bottom:1px dashed #93267F;
	
}

#menu a:link, #menu a:visited, #menu a:active {
	color:#000;
	text-decoration:none;
	display:block;
	
	padding:12px 0;
}

#menu a:hover,
#menu a.active:link, #menu a.active:visited, #menu a.active:active {
	color:#93267F;
}

#text {
	float:right;
	width:630px;
	padding:20px;
}

#text h1 {
	color:#93267F;
	font-size:20px;
	font-weight:normal;
	font-family:'Arial Black',Gadget,sans-serif;
	text-transform:uppercase;
}

#text p, #text h1, #text ul, #text ol {
	margin-bottom:12px;
}	

#text ul, #text ol {
	margin-left:40px;
}	

.number {
	color:#93267F;
	font-weight:bold;
	font-family:'Arial Black',Gadget,sans-serif;
}

.right {
	float:right;
	margin-left:12px;
	margin-bottom:12px;
	margin-top:4px;
}

#map {
	float:right;
	margin-left:12px;
	margin-bottom:12px;
	margin-top:4px;
	width:375px;
	text-align:right;
	font-size:13px;
}

#footer {
	color:#fff;
	clear:both;
	background-color:#93267F;
	padding:10px;
	font-size:13px;
	text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#FFF383;
}

#footer ul {
	width:278px;
	margin:0 auto;
}

#footer ul li {
	list-style-type:none;
	float:left;
	margin:0 5px;
}

#footer p {
	clear:both;
}

p.error {
	font-weight:bold;
	color:#FF0000;
}

p.success {
	font-weight:bold;
	color:#009900;
}