@charset "utf-8";

img { border: 0px; }

body
	{
	background: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #545454;
	font-family: Verdana, Geneva, sans-serif;
	color: #7A7A7A;
	font-size: 14px;
	}

#container
	{
	width: 950px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	background-color: #282828;
	}

#header
	{
	width: 950px;
	height: 100%;
	margin: 0;
	padding-top: 10px;
	background: url(../images/banner.png) top left no-repeat;
	}

#header_blue
	{
	width: 950px;
	height: 100%;
	margin: 0;
	padding-top: 10px;
	background: url(../images/banner_blue.png) top left no-repeat;
	}

#header_green
	{
	width: 950px;
	height: 100%;
	margin: 0;
	padding-top: 10px;
	background: url(../images/banner_green.png) top left no-repeat;
	}

#header_purple
	{
	width: 950px;
	height: 100%;
	margin: 0;
	padding-top: 10px;
	background: url(../images/banner_purple.png) top left no-repeat;
	}

#header_orange
	{
	width: 950px;
	height: 100%;
	margin: 0;
	padding-top: 10px;
	background: url(../images/banner_orange.png) top left no-repeat;
	}

#header_pink
	{
	width: 950px;
	height: 100%;
	margin: 0;
	padding-top: 10px;
	background: url(../images/banner_pink.png) top left no-repeat;
	}

#header_silver
	{
	width: 950px;
	height: 100%;
	margin: 0;
	padding-top: 10px;
	background: url(../images/banner_silver.png) top left no-repeat;
	}

#footer
	{
	width: 950px;
	height: 100%;
	margin: 0;
	background: url(../images/footer.png) bottom left no-repeat;
	}

#bullets
	{
	background-image: url(../images/splater.png);
	background-repeat: no-repeat;
	font-size: 16px;
	color:#FFF;
	height: 236px;
	width: 100%;
	}

#bullets_nobg
	{
	font-size: 16px;
	color:#FFF;
	}

#footer_traff1k
	{
	width: 950px;
	margin: 0px auto;
	text-align: right;
	overflow: hidden;
	}

a:link {color: #FFF; text-decoration: underline;}
a:visited {color: #FFF; text-decoration: underline;}
a:hover {color: #FFF; text-decoration: underline;}
a:active {color: #FFF; text-decoration: underline;}

a.traff1k:link {color: #7A7A7A; text-decoration: underline;}
a.traff1k:visited {color: #7A7A7A; text-decoration: underline;}
a.traff1k:hover {color: #7A7A7A; text-decoration: underline;}
a.traff1k:active {color: #7A7A7A; text-decoration: underline;}

ul
	{
    list-style-image: url(../images/dot.png);
	}

.form1  
	{
    background-color: #3B3B3B; 
    border: 1px solid #3B3B3B;
    font-family: Verdana, Geneva, sans-serif; font-size: 14px; color: #FFF; text-decoration: none;
    padding-left: 2px;
	}
