/* Default Stylesheet */

/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-color: #f5f5f5;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		}


/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	}
	div#header-wrap {
		}
		div#header-in {
			padding: 17px;
			color: inherit;
			background: url(../images/top_bg.gif) repeat-x;
			}
	div#content-wrap {
		background-image
		}
		div#center {
			color: inherit;
			}
			div#center-in {
				padding: 20px;
				}
		div#left {
			float: left;
			width: 200px;
			color: inherit;
			background-color: #fff;
			}
			div#left-in {
				padding: 1px;
				}
	div#footer-wrap {
		clear: both;
		padding-top: 10px;
		}
		div#footer-in {
			font-size: 65%;
			}


/* >>> SUB CONTAINERS <<< */
div.box {
	float: right;
	width: 250px;
	margin: 20px 0;
	padding: 10px;
	color: inherit;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	}
	div.left {
		float: left;
		margin: 20px 19px 20px 20px;
		}
	div.right {
		
		}


/* >>> LISTS <<< */
ul#nav-center {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	list-style: none;
	}
	ul#nav-center li {
		display: inline;
		}
		ul#nav-center li a {
			width: 138px;
			padding: 5px 10px;
			color: #fff;
			background-color: inherit;
			text-decoration: none;
			}
		ul#nav-center li a:hover {
			color: #4494FF;
			background-color: #F1F7FF;
			}
ul#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 8px;
			color: #FFF;
			background-color: inherit;
			font-size: 90%;
			text-decoration: none;
			font-weight: bold;
			}
		ul#nav-top li a:hover {
			color: #DDD;
			background-color: inherit;
			font-weight: bold;
			}
ul#nav-footer {
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}



/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 40px 0 0 20px;
	font-size: 200%;
	color: black;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #FF0000;
	background-color: inherit;
	text-decoration: none;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		}


/* >>> FORMS <<< */
* { }

.rounded_publi {
  margin-top:0px; zoom:1; background-color:#FFFFFF; font-size:12px;
}
.rounded_publi  a {
  text-decoration:none;
}
.br_publi {background: url(../images/bottom_right.gif) no-repeat bottom right;}
.bl_publi {background: url(../images/bottom_left.gif) no-repeat bottom left;}

.bt_publi {background: url(../images/bottom_bg_shadow.gif) repeat-x bottom;}

.lf_publi {background: url(../images/mainbox_left_shadow.gif) repeat-y bottom left;}
.rg_publi {background: url(../images/mainbox_right_shadow.gif) repeat-y bottom right;}
.bl_publi {padding: 1px 1px 1px 1px;}

/* >>> END <<< */