/*************************************
Basic structure
/*************************************/

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background:url(imgs/bg.png) repeat-x fixed top;
	font: 12px Univers,helvetica,verdana, sans-serif;
	line-height: 1.3em;
	color: #CCC;
}
/*************************************
Link
/*************************************/

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px solid #393939;
}

a:link {
	color: #009900;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #006699;
}

a img {
	border: none;
}

div#MainContainer {
	margin: 0 auto 0 auto;
	background: #000;
	width: 780px; 
}

div#contentContainer {
	text-align: left;
	padding:0px 20px 5px 25px;
	margin: 0 1px;
	background: #000;
}
.hometxt{
	width:330px;
	height:25px;
	padding:0px 5px 0px 5px;
	margin-right:25px;
	float:left;
}
.homebox{
	width:333px;
	padding:10px 5px 5px 5px;
	background:url(imgs/box_bg.png)repeat-x top;
	margin-right:25px;
	float:left;
	font-size:12px;
}
.fullbox{
	width:715px;
	padding:10px 5px 5px 5px;
	background:url(imgs/box_bg.png)repeat-x top;
	margin-right:25px;
	float:left;
	font-size:12px;
}
div#box1{
	
}
div#box2{
	margin-right:20px;
}
div#box3{
	
}
div#box4{
	margin-right:20px;	
}

div#footer{
	text-align:center;
}
.fullboxfooter{
	width:715px;
	padding:10px 5px 5px 5px;
	background:url(imgs/box_bg.png)repeat-x top;
	margin-right:25px;
	margin-left:25px;
	margin-top:10px;
	float:left;
	font-size:12px;
}
.clearAll{
	clear:both;
}

h1, h2, h3, h4 {
	margin-top: 1.5em;
	font-weight: bold;
	color: #fff;
}

h1 {
	font-size: 24px;
	line-height: 1em;
	color: #446;
}


h2 {
	font-size: 14px;
	padding-bottom:5px;
	border-bottom:1px solid #333;
}

h3 {
	border-bottom: 1px solid #ddd;
}
.bulletStar{
	margin-right:3px;
}
div#MainHeaderContainer {
	text-align: center;
	margin-bottom:5px;
}

div#UpperHeaderContainer {
	text-align: right;
	padding:10px;
	color:#fff;
	
}
.menu{
	color:#fff;
	margin-left:10px;
}
.menu2{
	color:#fff;
	margin-left:10px;
	background-color:green;
	cursor:default;
}
.menu:hover{
	background-color:green;
}
.cleanlink:link, .cleanlink:visited, .cleanlink:active{
	text-decoration:none;
	margin-right:5px;
}
.galeriaimg{
	border:2px solid white;

}
.cleanlink:hover{
	background-color:green;
}
