@charset "UTF-8";
/* CSS Document */

body {
	background: #000 url(../images/bg_top.jpg) top center repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	color: #fff;
	font-weight: 100;
	margin: 0px;
	padding: 0px;
}

img {
border: 0px;

}

hr {
border: #f96 0px solid;
background: #f69;
height: 1px;
}

h1 {
font-size: 25px;
color: #fff;
font-weight: 100;
}

h2 {
font-size: 22px;
color: #fff;
font-weight: 100;
width: 100%;
border-bottom: #FF6699 1px solid;
}

li {
border-bottom: #f69 1px dotted;
margin-bottom: 15px;
}

a {
color: #f69

}


p {
color: #fff;}


#flashcontent {
width: 540px;
height: 250px;
}


#holder {
width: 650px;
height: 100%;
margin: auto;
padding: 0px;
}

#header {
height: 120px;
top: -1px;
position: relative;
}

#content {
width: 540px;
float: right;
text-aligh: left;
position: relative;
}

.leftbar {
width: 90px;
height: 100px;
float: left;
text-aligh: left;
position: relative;
background-color: #00FFCC;
}


.maglook {
	color: #000000;
	background-color: #fff;
	font-size: 25px;
	line-height:30px;
	text-align: left;
}


#foot p{
font-size: 15px;
color: #fff;
font-weight: 100;
width: 100%;
border-bottom: #FF6699 1px solid;
}


/*------------------menu---------------------*/ 


ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #000;
background-color: #999;
text-decoration: none;
border: #ccc 1px solid;
}

#navlist a:hover
{
color: #000;
background-color: #ccc;
text-decoration: none;
border: #999 1px solid;
}


