@charset "utf-8";
/* CSS Document */

* { outline: none; } 

body {
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#page { 
	width: 754px;
	margin: 0 auto;
	border: 1px solid #000;
	text-align: center;
	background: url(/images/int-border.png) repeat-y left; 
}
#page-container { background: url(/images/img_07.jpg) no-repeat bottom left; }

#header img { margin: 0; display: block; }

#content-container { text-align: left; margin: 0; min-height: 400px; }
#content-container ul.nav {
	margin: 0;
	padding: 0;
	text-align: right;
	width: 150px;
	list-style-type: none;
	font-size: 1.1em;
	float: left;
}
#content-container ul.nav li { padding-bottom: 12px; }
#content-container ul.nav a { text-decoration: none; font-weight: bold;  border-bottom: 1px dotted #fff; }
#content-container ul.nav a:hover { color: #333 !important; border-bottom: 1px dotted #333; }
#content-container ul.nav a.blue { color: #00c; }
#content-container ul.nav a.purple{ color: #a2f; }
#content-container ul.nav a.red { color: #c00; }
#content-container ul.nav a.orange { color: #fa0; }
#content-container ul.nav a.green { color: #0c0; }

#content { margin: 0 40px 2em 250px; text-align: justify; }
#content a { text-decoration: none; color: #f00; }
#content a:hover { color: #00c; border-bottom: 1px dotted #00c; }
#content img { border: 1px solid #000; }
#content img.floatright { float: right; margin: 1em; }
#content div.gallery img {  }
#content p { line-height: 1.5em; }
#content ul { list-style-type: square; }
h1 { font-size: 1.4em; color: #fa0; }
h2 { font-size: 1.2em; color: #333; }
h2 { font-size: 1.1em; color: #333; font-style: italic; }
input.txtbox { width: 187px; }
textarea.txtarea { width: 300px; height: 125px; }

#footer {
	font-size: 0.8em;
	color: #999;
	text-align: right;
	padding: 1em 1em 0.5em;
	
}

#contact label {clear: left; display: block; float: left; width: 100px; padding-right: 10px; margin-bottom: 0.5em;}
#contact input {margin-bottom: 0.6em;}

#footer p { text-align: right; clear: right; }
#footer a { color: #999; text-decoration: none; }
#footer a:hover { color: #333; border-bottom: 1px dotted #333; }
#footer ul.nav { list-style-type: none; margin: 0; padding: 0; }
#footer ul.nav li { display: inline; padding-left: 1em; }

.clearer { clear: both; }