/*LAYOUT*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	background-image:url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ccc;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	text-align: center;
	z-index: 0;
}

#content {
	width: 904px;
	margin: 0px auto 0px auto;
	position: relative;
	left: 1px;
	z-index: 2;
}

#content2 {
	width: 501px;
	margin: 0px auto 0px auto;
	position: relative;
	left: 1px;
	z-index: 2;
}

#header {
	width: 751px;
	margin: 0px auto 0px auto;
	position: relative;
	left: 0px;
	z-index: 2;
}


#container {
	width: 904px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	top: 0px;
	z-index: 1;
}

#container2 {
	width: 501px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	top: 0px;
	z-index: 1;
}

#sizesoption {
  width:400px;   
}

.track {
	width: 751px;
	background-image:url(../images/textbg.jpg);
	background-position: top center;
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 20px auto 0px auto;
	padding: 5px 5px 5px 5px;
}



#footer {
	clear: both;
	margin: 0px auto 0px auto;
}



/*CONTENT*/

.title {
	width: 712px;
	margin: 10px auto 0px auto;
}

.text {
	width: 712px;
/*	background-image:url(../images/contentbg.jpg);
	background-position: top center;
	background-repeat: repeat-y; */
	margin: 10px auto 20px auto;
}

p {
	margin: 0px 0px 10px 0px;
}

h1 {

}

h2 {
	position: relative;
	right: 3px;
	top: 2px;
	margin: 4px 2px 2px 2px;
	font-size: 115%;
	border-top: dashed;
	border-bottom: dashed;
	border-color: #455c65;
	border-width: 1px;
}

h3 {
	color:#455c65;
	padding: 0px;
	margin: 2px 0px 2px 0px;
	border-bottom:dashed;
	border-top:dashed;
	border-color:#455c65;
	border-width:1px;	
	font-size: small;
}

h4 {
	color:#455c65;
	padding: 0px;
	margin: 2px 0px 10px 0px;
	border-bottom:dashed;
	border-top:dashed;
	border-color:#455c65;
	border-width:1px;	
	font-size: small;
}

em {
	font-size: 130%;
	font-style: normal;	
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px 2px 2px 2px;	
}
	
ul li{
	font-size:100%;
	list-style: none;
	padding:5px 0 5px 0;
	margin: 0px;
	border-bottom:dashed;
	border-color:#455c65;
	border-width:1px;
}



a {
	color:#455c65;
	text-decoration:none;
}

a:hover {
	color:#7a7e7e;
	text-decoration:underline;
}

img {
	border: 0px;
}










