* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background: #FFFFFF url(bg.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {	margin-bottom: 20px; }
a {
	color: #369;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #369;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #369;
}

#container {
	text-align: left;
	MARGIN: 30px auto 0px;
	width: 755px;
	height: 350px;
	background: #CCCCCC url(textbg.jpg) repeat-x;
	border: 1px solid #000000;
}
#sideShot {
	width: 250px;
	float: left;
	LEFT: 0px;
	POSITION: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #1B190D;
	background-image: url(snrpic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 350px;
}

#titleBar {
	float: right;
	width: 494px;
	background-color: #A0B9B5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}

#text {
	float: right;
	width: 484px;
	padding: 10px;
}

#navBar {
	float: right;
	width: 504px;
	background-color: #A0B9B5;
}

#navBar ul
{
	padding: 2px;
	list-style-type: none;
	color: #000;
	text-align: right;
	font-size: 12px;
}

#navBar li {
	display: inline;
}

#navBar li a
{
	text-decoration: none;
	color: #000000;
	padding: 0.2em 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}

#navBar li a:hover
{
	background-color: #369;
	color: #fff;
}

#navBar li a#current
{
	background-color: #369;
	color: #fff;
}

img {
	border: 0px none;
}
.me  {
	text-align: right;
	float: right;
}
a.validate { border:none; }
a:hover.validate { border:none; }
