/*css development Scubita */
/* here it goes here it goes here it goes here it goes here it goes here it goes */

* {
	margin:0;
	padding:0;
	}

body {
	background-color: #36393d;
}


#wrapper {
	width: 930px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}

#base {
	width: 100%;
	height: 100%;
	display: block;
	overflow: auto;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:900px;
	height:130px;
	padding:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #565656;
	background-color: #FFFFFF;
	background-image: url(disclaimer.jpg);
	float:right;
}

#topmenu {
	width:910px;
	height:30px;
	padding: 5px 5px 0px 15px;
	background-color: #EEE;
	float:right;
	border-bottom: 1px solid #FFFFFF;
}

.boxpic {
	margin: 16px;
	float:right;
	background-color: #FFFFFF;
	border: 2px dashed #ff0000;
	padding: 5px;
}

.picleft {
	margin: 16px;
	float:right;
	background-color: #FFFFFF;
	border: 2px dashed #ff0000;
	padding: 5px;
}

.picright {
	margin: 16px;
	float:left;
	background-color: #FFFFFF;
	border: 2px dashed #ff0000;
	padding: 5px;
}


#leftbox {
	width:172px;
	height:759px;
	padding:30px 15px 50px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f2f2f2;
	float:left;
}


#rightbox {
	width:696px;
	height:758px;
	padding:30px 15px 50px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f2f2f2;
	float:right;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	text-align: left;
}





#leftboxgaleria {
	width:172px;
	height: 1766px;
	padding:30px 15px 50px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f2f2f2;
	float:left;
}


#rightboxgaleria {
	width:696px;
	height: auto;
	padding:30px 15px 50px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f2f2f2;
	float:right;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	text-align: left;
}

.menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
    width: 155px;
	height: 20px;
	margin-bottom: 1px;
	padding: 6px 0 0 10px;
	display: block;
	background-color: #EEE;
	background-image: url(button.jpg);
	color: #666;
	text-align: left;
}

.menu a {
	background-color: #CCC;
	color: #FFF;
}

.menu:hover {
	background-image: url(buttonactive.jpg);
	color: #FFF;
	text-align: left;
}

#footer {
	width:930px;
	height:40px;
	display: block;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: center;
	float:right;
	background-color: #DFDFDF;
}

.guestbook {
    width: 300px;
	height: auto;
	display: inline;
	float: left;
	margin: 5px 15px 5px 0px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	background-color: #FF0000
}


/* Styles Styles Styles Styles Styles Styles Styles Styles Styles Styles Styles */



.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-stretch: condensed;
	font-weight: bold;
	color: #333;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-stretch: condensed;
	font-weight: bold;
	color: #333;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #36393D;
	line-height: 17px;
}




/* links links links links links links links links links links */

.links {
	color: #fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	diplay: block;
	padding: 0 30px 0 30px;
	text-decoration: none;
}

.links:hover {
	color: #FFFFFF;
	text-decoration: none;
	
}


