/* Declare the default properties */
a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

body {
    font: 11px Verdana, Arial, Helveticam, sans-serif;
    color: #000000;
    
    margin: 0px;
    
    background: #008484;
}

form {
	margin: 0px;
}

hr {
	background: #000000;
	margin: 5px 0px !important;
	margin: 0px;
	height: 1px;
	border: 0px;
}

img {
	border: 0px;
}

input, select, textarea {
	color: #606060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	border: solid #BDBDBD 1px;
}

/* Declare the properties for headings */
h1,
h2,
h3 {
	color: #CC0000;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 12px;
}

h3 {
    font-size: 10px;
}

/* Declare the DIV-layers */
#Container {
	margin: 0px auto;
	position: relative;
	
	width: 1003px;
	height: 560px;
	
	z-index: 5;
}

#Header {
	width: 1000px;
	height: 75px;
	
	background: url('/img/header.jpg') no-repeat;
}

#Bottom {
	float: left;
	
	width: 1000px;
	height: 485px;
	
	/*border: solid #00CC00 1px;*/
}

#Menu {
	float: left;
	
	width: 195px;
	height: 475px;

	margin: 0px;
	padding: 10px 0px 0px 0px;
	
	background: url('/img/bg_left.jpg') repeat-y;
	
	/*border: solid #00CC00 1px;*/
}

#Right {
	float: right;
	
	width: 795px;
	height: 485px;;
	
	margin: 0px;
	
	/*border: solid #00CC00 1px;*/
}

#Navigation {
	width: 795px;
	height: 25px;
	
	margin: 10px 0px 10px 0px;
	
	text-align: center;
}

#Contents {
	width: 780px;;
	height: 430px;
	
	margin: 5px;
	padding: 5px;
	
	overflow: auto;
	
	background: #FFFFFF;
}


/* Guestbook */
#GuestbookEntry {
	width: 750px;
	height: 120px;
	
	border: solid #000000 1px;
}

#GuestbookEntry .Info, #GuestbookEntry .Message {
	display: block;
	float: left;
	padding: 2px;
}

#GuestbookEntry .Info {
	width: 165px;
	height: 116px;
	
	background: #DDDDDD;

	border-right: solid #000000 1px;
}

#GuestbookEntry .Message {
	width: 576px;
	height: 116px;
	
	overflow: auto;
}