
/* Page Layout */
* {
	margin:0px auto;
	padding:0px;
}
body {
	text-align: center;
	margin: /*top*/10px /*right*/0px /*bottom*/30px /*left*/0px;
	padding: 0;
}
#container {
	font-family: "Arial", Helvetica, sans-serif;
	border-top: #FFFFFF solid 10px;
	background-color: #FFFFFF;
	height: auto;
	width: 930px;
	margin: 0px auto;
	margin-bottom: 50px;
}
#wrap {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#main {
	background-color
	height: auto;
	width: auto;
}
#content {
	text-align: left;
	width: 920px;
	margin: /*top*/0px /*right*/5px /*bottom*/5px /*left*/5px;
}
#text {
	min-height: 125px;
	width: 920px;
	margin: /*top*/10px /*right*/0px /*bottom*/5px /*left*/0px;
}

/* Title */
#title {
	background-color: #fff;
	height: 2px;
	margin: 0px;
}
#title p {
	font-size: 2px;
	color: #FBFBFB;
	margin: 0px;
}

/* Header */
#header {
	background: none;
	border: none;
	height: 345px;
	width: 920px;
	margin: 5px;
	border: none;
}

/* Left */
#left {
	float: left;
	height: auto;
	width: 215px;
	padding: /*top*/10px /*right*/10px /*bottom*/5px /*left*/10px;
}
#left a {
	font-family: "Verdana", Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
#left a:visited {
	font-family: "Verdana", Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
#left a:hover {
	font-family: "Verdana", Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

/* Right */
#right {
	float: right;
	height: auto;
	width: 660px;
	padding: /*top*/10px /*right*/10px /*bottom*/5px /*left*/10px;
}

/* Nav */
#nav {
	background-color: #000;
	text-align: left;
	position: inherit;
	display: inline;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	float: left;
	display: inline;
	width: 100%;
}
#nav li {
	float: left;
	position: inherit;
	display: inline;
	margin: 0px auto;
	padding: 0px;
}
#nav li a {
	float: left;
	display: inline;
}
#nav li a:visited {
	float: left;
	display: inline;
}
#nav li a:hover {
	float: left;
	display: inline;
}

/* Articals */
#art {
	border-top: #999 dotted 2px;
	height: auto;
	width: auto;
	margin: /*top*/0px /*right*/0px /*bottom*/5px /*left*/0px;
}
#art a {
	color: #F00;
	text-decoration: none;
}
#art a:visited {
	color: #F00;
	text-decoration: none;
}
#art a:hover {
	color: #999;
	text-decoration: none;
}

/* Cell */
.cell {
	background-color: #F2F2F2;
	width: 430px;
	height: 180px;
	float:left;
	display: inline;	
	color: #FFF;
	margin: 5px;
	padding: 10px;
}
.cell h1{ color:#999;}
.cell p{
	display: inline;
	text-align: justify;
}

/* Image Right*/
.image_right{
	border: none;
	float: right;
	margin: /*top*/5px /*right*/0px /*bottom*/5px /*left*/5px;
}

/* Image left*/
.image_left{
	border: none;
	float:	left;
	display: block;
	clear: both;
	margin: /*top*/5px /*right*/0px /*bottom*/0px /*left*/0px;
}

/* Footer */
#fotter {
	background-image: url(../images/bg/footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 920px;
	float: left;
	text-align: left;
	text-decoration: none;
	padding-top: 7px;
	margin-left: 5px;
}
.footer ul {
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding-left: 10px;
}
.footer li {
	list-style: none;
	float: left;
	padding-right: 10px;
}
#fotter p {
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
#fotter a:link {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
#fotter a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
}
#fotter a:hover {
	font-size: 10px;
	color: #FF0000;
}

/* Links */
#links {
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	min-height: 275px;
	clear: both;
	text-decoration: none;
	padding: /*top*/10px /*right*/10px /*bottom*/5px /*left*/10px;
}
#links ul {
	list-style-type: none;
	display: block;
}
#links li {
	width: auto;
	display: block;
}
#links p {
	color: #fff;
	text-align: justify;	
	text-decoration: none;
	text-indent: none;
}
#links h1 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	margin: 0px;
}
#links h2 {
	color: #fff;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	text-indent: none;
	font-weight: bold;
}
#links a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 2px;
}
#links a:visited {
	text-align: left;
	color: #FFF;
	display: block;
	padding: 2px;
}
#links a:hover {
	background-color: #000;
	color: #FFF;
	text-align: left;
	display: block;
	padding: 2px;
}

/* Links - Colors*/
.links_white {
	background-image:url(../images/links/links_white.jpg);
	background-repeat: repeat-x;
	height: 215px;
	width: auto;
}
.links_orange {
	background-image: url(../images/links/links_orange.jpg);
	background-repeat: repeat-x;
	height: 215px;
	width: auto;
}
.links_blue {
	background-image:url(../images/links/links_blue.jpg);
	background-repeat: repeat-x;
	height: 215px;
	width: auto;
}
.links_red {
	background-image:url(../images/links/links_red.jpg);
	background-repeat: repeat-x;
	height: 215px;
	width: auto;
}
.links_green {
	background-image:url(../images/links/links_green.jpg);
	background-repeat: repeat-x;	
	height: 215px;
	width: auto;
}
.links_purple {
	background-image:url(../images/links/links_purple.jpg);
	background-repeat: repeat-x;	
	height: 215px;
	width: auto;
}
.links_gray {
	background-image:url(../images/links/links_gray.jpg);
	background-repeat: repeat-x;
	height: 215px;
	width: auto;
}
.links_yellow {
	background-image: url(../images/links/links_yellow.jpg);
	background-repeat: repeat-x;	
	height: 215px;
	width: auto;
}
.links_black {
	background-image: url(../images/links/links_black.jpg);
	background-repeat: repeat-x;	
	height: 175px;
	width: auto;
}

/* Body Text */
p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	color: #666;
	text-align: justify;
	margin: /*top*/0px /*right*/0px /*bottom*/10px /*left*/0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000;
	margin: 0px;
}
h2 {
	
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #106DB0;
	margin: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #F00;
	margin: 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #009900;
	margin: 0px;
}
h5 {
	background-color:#000;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin: 2px;
	padding-left: 10px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #666;
	margin: 0px;
}
a:link {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
li {
	padding-right: 10px;
	list-style: none;
	text-indent: none;
}
