@charset "utf-8";
/* CSS Document */

body
{
	background:url(images/backgrounsetc-starfield-2.jpg) repeat fixed bottom #000;
	color:black;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

.gallery
{
	padding:3px;
	background-color:#FF0;
 
}

a
{
	text-decoration:none;
	font-weight:bold;
}
#containerhead
{
		background:url(images/containerhead.png) no-repeat top;
	width:1000px;
	height:15px;
	margin:auto;
	overflow:auto;
}
#containerfoot
{
		background:url(images/containerfoot.png) no-repeat bottom;
	width:1000px;
	height:15px;
	margin:auto;
	overflow:auto;
}
#container
{
		background:url(images/containerbody.png) repeat-y center;
	width:1000px;
	margin:auto;

	overflow:hidden;
}
#leftcontainer
{
	width:740px;
	float:left;
	/*border:1px green dashed;*/
	
}

#rightcontainer
{
	float:right;
	margin:0 2px 0 0;
	width:250px;
/*border:1px green dashed;*/
}

#righthead
{
		background:url(images/righthead.png) no-repeat center;
	width:250px;
	height:35px;
	margin:15px 0 0 0;
}
#rightbody
{
		background:url(images/rightbody.png) repeat-y center;
	width:250px;
	min-height:520px;
}
#rightfoot
{
		background:url(images/rightfoot.png) no-repeat center;
	width:250px;
	height:35px;
}
.rightcontent
{

	text-align:justify;
}
.rightcontent p
{
	padding:0px 25px 0 32px;;	
}

#menu img
{
	border:none;
}

img
{
	border:none;
}
#menu{
	width:703px;
	height:40px;
	margin-left:45px;
	margin-bottom:5px;
	margin-top:5px;
		float:left;
}

#menu ul
{
	display:inline;
	margin:0px;
	padding:0px;
}
#menu li
{
	display:inline;

}
.content
{
	background:url(images/contentbody.png) repeat-y center;
	width:730px;
	float:left;
}

#contentcontainer
{
	margin:0 0 0 20px;
	float:left;
		width:703px;
}
p
{
	margin: 0 0 10px 0;
	padding:0px;
	line-height:19px;
}

.contenttext
{
	width:640px;
	text-align:justify;
	margin:auto;
	min-height:230px;

}
#contenthead
{
	background:url(images/contenthead.png) no-repeat top;
	width:730px;
	height:30px;
	float:left;
}
#contentfoot
{
	background:url(images/contentfoot.png) no-repeat bottom;
	width:730px;
	height:25px;
	float:left;
}

#footer
{
	color:#FFF;
	width:1000px;
	text-align:right;
	margin:auto;
}
#footer a
{	color:#FFF;
text-decoration:none;
	font-weight:bold;
}

.address
{
		background:url(images/address.jpg) no-repeat bottom;
		width:200px;
		height:150px;
}

.blacklink a:link {
color:#000000;
}

.blacklink a:visited {
color:#000000;
}
