
* {
	margin: 0;
	padding: 0;
}
a {color:#0000FF;}
a:hover {color:#00FFFF;}

body {
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {
margin-left: 1.2em;
margin-top:0; 
padding-top:0;
}

li{
margin-top:0; 
padding-top:0;
}


h1 {font-size: 1.4em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}

blockquote p {
padding: 3px 0;
}

h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(img/newbg.jpg) repeat-y;
	margin: 0 auto;
	width: 630px;
}

/* top */
.top {
	background:#FFFFFF;
	font: normal 2.4em Verdana,sans-serif;
	height: 85px;
	margin: 0;
	width: 630px;
}

.top span {padding-left: 24px;}


/* header */
.header {
	height: 40px;
	margin: 0 auto;
	width: 630px;
}

/* item */

.item .content {
	float: left;
	width: 419px;
	border-left: 1px solid #000000;
}
.item h1 {
	background:#728EB0;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	border-left:none;
	border-top:none;
	border-right:none;
}

.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.navigation h1 {
	text-align:center;
	background:#8BACD5;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.navigation ul {margin: 0; padding: 0;}

.navigation li {
	line-height: 10px;
	text-align:center;
	border-bottom: 1px solid #000000;
	list-style: none;	
}

.navigation li a {
	background-color:#FFFFFF;
	text-align:center;
	color:#000000;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	
}
.navigation li a:hover {
	text-align:center;
	background:#f3a916;
	color: #FFFFFF;
	border-right:1px solid #000000;
}




.navigation p {
	text-align:center;
	list-style: none;	
}


.navigation p a {
	background-color:#FFFFFF;
	text-align:center;
	color:#000000;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
}
.navigation p a:hover {

	text-align:center;
	background:#f3a916;
	color: #FFFFFF;
	border-right:1px solid #000000;
}






/* footer */
.footer {
	background:#728EB0;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 628px;
	border: 1px solid #000000;

}

.floattest{
width:100px;
height:100px;
float:right;
position:absolute 100px 100;
background:#000000;
}