@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	margin: 0;
	background-color: #000;
	background-image: url(ashley-back.jpg);
	background-repeat: repeat-x;
}

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
}
#top {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#sidebar {
	padding: 10px;
	float: left;
	width: 270px;
	height: 600px;
}
#content {
	padding: 10px;
	float: right;
	height: auto;
	width: 645px;
}
#nav {
	height: 30px;
	width: 955px;
}
#container {
	height: auto;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	float: left;
	height: 60px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}

links{}

p {
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCFF;
	text-align: left;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCFF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCFF;
}
li {
	list-style-type: none;
	line-height: 150%;
	list-style-image: url(dot.png);
}

/**************** Pseudo classes ****************/

a:link {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
/*
li :link {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
*/

a:visited {
	color: #9999FF;
	text-decoration: underline;
	font-weight: bold;
}

/*
li a:visited {
	color: #9999FF;
	text-decoration: none;
	font-weight: bold;
}
*/

a:hover {
	color: #CCCCFF; /* #9999CC */
	padding-bottom: 5px;
	font-weight: bold;
}

/*
li a:hover {
	display: block;
	color: #CCCCFF;
	/*padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;*/

/*}*/

a:active {
	color: #99FFFF;
	/*font-weight: bold;*/
} 
