/*****************
	MAIN
******************/

body,h1,h2,h3,h4,h5,dl,div,iframe,form,table,td,th {
	padding: 0;
	margin: 0;	
}

body {
	background: #152b65 url('../images/bg_tuaw.jpg') top center repeat-x;
	text-align: center;
}

body, td {
	color: #000;
	font: normal 76% verdana, arial, helvetica, sans-serif;
	line-height:18px;
}

h1 {
	font-size:24px;
	margin:0 0 30px 0;
}

p,ul {
	font-size:14px;
	margin-bottom:12px;
}

li {
	font-size:14px;
	margin-bottom:3px;
}

a {
	color: #00f;
	text-decoration: underline;
}

a:hover {
	color: #900;
	text-decoration: underline;
}


/*****************
	LAYOUT
******************/
#header {
	width: 893px;
	margin: 7px auto 0 auto;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

#above {
	width: 893px;
	margin: 8px auto 0 auto;
	height: 23px;
	background: transparent url('../images/topshadow.png') 0 0 no-repeat;
}

#container {
	width:893px;
	margin:0 auto;
	text-align:center;
	background:transparent url('../images/sideshadow.png') 0 0 repeat-y;
}
#content {
	width:833px;
	margin: 0 auto;
	padding:20px 20px;
	text-align:left;
}

#below {
	width: 893px;
	margin: 0 auto 8px auto;
	height: 23px;
	background: transparent url('../images/bottomshadow.png') left bottom no-repeat;
}

#footer {
	width: 893px;
	margin: 0 auto;
	font-size:10px;
	text-align: center;
	color:#fff;
}

#footer a {
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	color:#d33;
	text-decoration:underline;
}


div.category {
	border:1px solid #ccc;
	margin:0 0 10px 0;
	padding:0;
	background:#ffb;
}

div.category h1 {
	font-size:13px;
	font-weight:bold;
	margin:0;
	display:block;
	background:#F1D22A;
	padding:5px 5px;
}

div.category h2 {
	font-size:12px;
	font-weight:bold;
	margin:5px 0 0 5px;
}

div.category ul {
	padding:5px;
}

div.category ul li {
	list-style-type:none;
}

div.category a {
	color:#000;
	font-weight:medium;
	text-decoration:none;
}

div.category a:hover {
	color:#F1D22A;
	background:black;
	text-decoration:none;
}

div.category form {
	margin:0;
	padding:0;
}

div.category form input {
	border:1px solid #ccc;
	margin:0;
	padding:0;
	height:18px;
}

/***************
	IE stuff
****************/

/* only win \*/

* html #content, * html subcontent, * html #linkscol, * html #statscol {
	display: inline;
}

* html #container {
	background-image: url('../images/sideshadow.gif');
}

* html #above {
	background-image: url('../images/topshadow.gif');
}

* html #below {
	background-image: url('../images/bottomshadow.gif');
}
	