* { margin:0px;	padding:0px; }

html, body { background: #D2D2D2 url(../img/bg.jpg) repeat-x; text-align: center; }

body, table, tr, td, form, p, input, select, submit, textarea {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #150350;
}

a { color: #150350; text-decoration:underline; font-weight:bold; } 
td { vertical-align:top; }
h1 { font-family: arial,sans-serif; }

.msg { color: #990000 !important; font-weight: bold; }
p.msg { text-align:center; width: 100%; }

#wrapper {
	position: relative;
	margin: 0px auto 0px auto;
	width: 1000px; 
	text-align: left;
}
#header {
	background: url(../img/logo.jpg) no-repeat;
	width: 100%; height: 150px;
	text-align: center; cursor: pointer;
}

#body { 
	background: url(../img/map.jpg) no-repeat;
	width: 100%; min-height: 520px;
}

#content { 
	display: block; float: left;
	width: 100%; 
}

#left { 
	display: inline; float: left;
	width: 450px; min-height: 520px; margin:15px;
	border-right: 1px solid #150350;
}

#right { 
	display: inline; float: left;
	width: 450px; min-height: 520px; margin:15px;
}

#content p { color: #150350; font-weight:bold; margin:2px 0; white-space:nowrap; }
#content td.col1 { padding-right: 20px; }
#content td.col2 { padding-right: 40px; }

#content div.login { margin: 80px 0 0 90px; }
#content div.login table { background-color: #7b7b7b; border: 1px solid #666; border-spacing: 5px; }
#content div.login td { font-weight: bold; color: #fff; padding: 0 5px 0 0; }
#content div.login td a { color: #fff; }
#content div.login input.submit { border: 1px solid #666; background-color: #ef1b31; color: #fff; font-weight: bold; padding: 3px; margin: 2px 0; }

#footer { 
	width: 100%; margin: 130px 0;
	text-align: center; 
}




