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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #005;
	line-height: 110%;
}
a:link, a:visited, a:active {
	color: #00D;
	text-decoration: none;
}
a:hover {
	color: #F0F;
	text-decoration: none;
}
#container  {
	width: 960px;
	text-align: left;
	background-image: url(../images/bk.jpg);
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #30F;
	border-right-color: #30F;
	border-bottom-color: #30F;
	border-left-color: #30F;
	-moz-border-radius:20px 20px 20px 20px;
	border-radius:20px 20px 20px 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
} 
#header  {
	height: 260px;
	position: relative;
} 
#header #logo {
	padding-top: 0px;
	padding-left: 0px;
	width: 240px;
}
#header #menu {
	width: 720px;
	padding-top: 30px;
	z-index: 10;
	position: absolute;
	left: 240px;
	top: 0px;
}

#header #spider_shop{
	position:absolute;
	left:270px;
	top:0px;
	width:222px;
	height:269px;
	z-index:1;
}

#header #spider_events{
	position:absolute;
	left:360px;
	top:0px;
	width:600px;
	height:340px;
	z-index:2;
}

#header #spider_partners{
	position:absolute;
	left:476px;
	top:0px;
	width:271px;
	height:501px;
	z-index:1;
}

#header #spider_articles{
	position:absolute;
	left:517px;
	top:0px;
	width:297px;
	height:301px;
	z-index:1;
}

#header #spider_about{
	position:absolute;
	left:584px;
	top:0px;
	width:135px;
	height:113px;
	z-index:5;
}

#header #spider_contact{
	position:absolute;
	left:732px;
	top:0px;
	width:120px;
	height:94px;
	z-index:2;
}
#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;
}
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 #side_box {
	padding-bottom: 10px;
}
#sidebar1 .side_head  {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #CA5AA3;
	padding-bottom: 5px;
	padding-top: 4px;
	padding-left: 0px;
}
#sidebar1  .side_text{
	font-size: 12px;
}
#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;
	color: #EEE;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.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;
}
#footer {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	bottom: 0px;
	position: static;
	color: #EEE;
} 
#footer a:link, #footer a:visited ,#footer a:active {
	color: #00D;
	text-decoration: none;
}
#footer a:hover {
	color: #F0F;
	text-decoration: none;
}
#copyright {
	height: 20px;
	width: 960px;
	color: #BBB;
	font-size: 9px;
	text-decoration: none;
	padding-top: 5px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#copyright a:link, #copyright a:visited ,#copyright a:active {
	color: #EEE;
	text-decoration: none;
}
#copyright a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F0F;
}
p {
	margin: 0px;
	padding: 0px;
}
.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: 120%;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

