/* Coded by - pxwebdesign.com.au */

* {
	padding: 0;
	margin: 0;
}

body {
	color: #515151;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #EAEAEA;
}

/* div stylin */

#container {
	margin: 0 auto;
	text-align: left;
	border:1px #666666 solid;
	width:760px;
	background-color:#FFFFFF;
	margin-top: 20px;
}

#header {
	width: 760px;
	height: 50px;
	background-color: #999;
}

#logo {
	float: left;
}

#intro  {
	padding: 16px 40px 0 0;
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#shadow {
	clear: both;
	height: 16px;
	background: #c2e30e url(images/midbg.gif) repeat-x;
}

#main {
	padding: 30px 50px 30px 50px;
}

/* box stylin */

#normbox {
	float: left;
	border: 1px solid #ddd;
	background-color: #eee;
	width: 300px;
	height: 400px;
}

#autobox {
	float: right;
	border: 1px solid #ddd;
	background-color: #eee;
	width: 300px;
	height: 400px;
}

#clear { clear:both; }

/* text stylin */

h3 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 28px;
	margin: 5px 0 0 10px;
	padding: 0;
	font-weight: bold;
	color: #666;
}

h3 a:link, h3 a:visited, h3 a:hover {
	text-decoration: none;
	color: #666;
}

p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	padding: 10px;
	color: #666;
}

p a:link, p a:visited, p a:hover {
	text-decoration: none;
	color: #666;
}

li a:link, li a:visited, li a:hover {
	text-decoration: none;
	color: #666;
}

.small { font-size: 14px; }

/* list */

.traklist ul {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	padding: 10px;
	color: #666;
	margin-left: 36px;
	padding-left: 0;
	list-style:square;
}

.traklist li  {
	margin: 0;
	padding: 0;
}

/* img stylin */
.headimg { border-bottom: 2px solid #fff; }

img {
	border: 0;
}
