body {
	margin:0px;
	padding:0px;
	background: url(images/back.jpg) repeat-x #6a0000 ;
}
div {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
}
h1 {
	font-family:"Arial Black", Gadget, Helvetica-Black, sans-serif;
	color:#f00;
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
}
h2 {
	color:#666;
	font-size:16px;
}
.p {
	margin:0px;
	padding:0px;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
.img-float-left{
	float:left;
	padding-left:35px;
	padding-bottom:40px;
}
.img-float-right{
	float:right;
	padding-left:35px;
	padding-bottom:40px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
.black{
	color:#000;
}
#main {
	width:990px;
	margin: 0px auto 0px auto;
}
#header {
	width:990px;
	height:109px;
	padding-top:0px;
	float:left;
	display:inline;
}
#logo {
	width:294px;
	height:109px;
	margin-left:-1px;
	padding-top:0px;
	float:left;
	display:inline;
}
#contact{
	width:500px;
	height:30px;
	margin-top:20px;
	margin-bottom:5px;
	float:right;
	font-family:"Arial Black", Gadget, Helvetica-Black, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:right;
	font-style: italic;
}
#menu {
	width:350px;
	height:50px;
	padding-top:0px;
	float:right;
	display:inline;
}
.a-menu {
	color:#333;
}
#photo {
	width:990px;
	height:254px;
	padding-top:0px;
	float:left;
	display:inline;
}
#content {
	width:857px;
	height:auto;
	margin-left:25px;
	float:left;
	display:inline;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: #DCDDDE;
	background-image: url(images/content.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
#content-left{
	width:400px;
	height:auto;
	float:left;
}
#content-right{
	width:425px;
	height:auto;
	float:right;
	text-align:center;
	font-family:"Arial Black", Gadget, Helvetica-Black, sans-serif;
	font-size:30px;
	color:#f00;
	font-style: italic;
	line-height:33px;
}
.a-content {
	color:#f00;
	font-weight:bold;
}
#footer {
	background:url(images/footer.jpg) repeat-x;
	width:100%;
	height:70px;
	margin-top:20px;
	padding-top:20px;
	float:left;
	display:inline;
	font-size: 13px;
	line-height:22px;
	color: #b7b7b7;
	text-align:center;
}
.a-footer {
	color:#b7b7b7;
}
.center {
	text-align:center;
}
/* form styles */

.text-field {
	width:200px;
	margin-top:5px;
	margin-bottom:5px;
}
.text-required {
	color:#f00;
}
/* menu styles */
/* menu wrapper */
#jsddm {
	margin-top: 0;
	padding-top: 5px;
	padding-left: 8px;
}
/* top level menu */
#jsddm li {
	float: left;
	list-style: none;
	font: 14px Arial, Helvetica;
	font-weight: bold;
}
#jsddm li a {
	display: block;
	padding: 5px 9px;
	text-decoration: none;
	width: auto;
	color: #FFF;
	white-space: nowrap;
	font-weight: bold;
}
#jsddm li a:hover {
	color: #666;
	background: #fff;
	font-weight: bold;
}
/* sub menu */
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background: #660000;
}
#jsddm li ul li {
	float: none;
	display: inline;
}
#jsddm li ul li a {
	width: auto;
	color: #fff;
	background: #000066;
	text-align: left;
}
#jsddm li ul li a:hover {
	background: #006600;
	text-decoration: none;
}
