body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #BBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	background-color: #0C062E;
	line-height: 110%;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	color: #C9F;
	text-decoration: none;
}
a:hover {
	color: #F0F;
	text-decoration: none;
}
#container  {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bk.jpg);
	border-top-width: 0px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1F1017;
	border-right-color: #1F1017;
	border-bottom-color: #1F1017;
	border-left-color: #1F1017;
	position: relative;
	background-repeat: no-repeat;
	background-color: #000;
} 
#header  {
	height: 280px;
	position: relative;
} 
#header #logo {
	padding-top: 0px;
	padding-left: 0px;
	width: 340px;
	height: 260px;
}
#header #menu {
	float: none;
	width: 620px;
	padding-top: 0px;
	z-index: 10;
	position: absolute;
	left: 340px;
	top: 0px;
	height: 260;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.partners_text {
	font-size: 12px;
	line-height: 110%;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 35px;
	height: auto;
	font-size: 12px;
	position: relative;
}
#sidebar1 #side_box {
	padding-bottom: 10px;
}
#sidebar1 #side_box_shop {
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebar1 .side_head  {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CA5AA3;
	padding-bottom: 5px;
	padding-top: 4px;
	padding-left: 0px;
}
#sidebar1  #side_text{
	font-size: 11px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: right;
	width: 680px;
	font-size: 12px;
} 
.head2 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#cart {
	width: 640px;
	margin-left: 20px;
	padding-bottom: 30px;
	background-color: #FFF;
	color: #222;
	margin-top: 26px;
}
#cart a {
	color: #60F;
}
#cart a:hover {
	color: #F0f;
}

#cart_box {
	font-size: 14px;
	line-height: 150%;
	padding-right: 20px;
	padding-left: 20px;
}
#cart_header {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footer {
	text-align: left;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 35px;
	bottom: 0px;
	position: static;
	color: #EEE;
} 
#footer a:link, #footer a:visited ,#footer a:active {
	color: #63C;
	text-decoration: none;
}
#footer a:hover {
	color: #F0F;
	text-decoration: none;
}
#copyright {
	height: 20px;
	width: 925px;
	color: #575B7E;
	font-size: 9px;
	text-decoration: none;
	padding-top: 5px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 35px;
}
#copyright a:link, #copyright a:visited ,#copyright a:active {
	color: #63C;
	text-decoration: none;
}
#copyright a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F0F;
}
.repeating_headline {
	font-size: 16px;
	font-weight: bold;
	color: #EEE;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.repeating_text  {
	font-size: 12px;
	line-height: 110%;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

