
body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:Tahoma, Arial, sans-serif;
	font-size:62.5%;
	color: #000000;
	background-image: url(../images/background.jpg);
	text-align: justify;
}

p {
	font-style: normal;
}

.first_para{

 border: 1px dotted #000000;
}
a {
	color:#990000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color: #7c5ac0;
	text-decoration:underline;
}
a:active {
	color: #878787;
	text-decoration:underline;
}
h2 a {
	color:#990000;
	text-decoration:underline;
}
h2 a:hover {
	color:#000000;
	text-decoration:underline;
}

h2 a:visited {
	color:#990000;
	text-decoration:underline;
}
h2 a:active {
	color:#990000;
	text-decoration:underline;
}

blockquote {
	width:18em;
	font-size:1.1em;
	background-color:#CCCCCC;
}
.error{
	color: #990000;
	font-weight: bold;
}
.success{
	color: #006600;
	font-weight: bold;
}
blockquote p {
	margin:.2em;
}
#logo{
	position:relative;
	text-align: left;
}
#header {
	margin:2em 2em 0 2em;
	padding:1em 1.5em;
}
.guestbookitem{
	border: 1px dotted #000000;
	margin: 0px;
	padding: 15px;
}
.border{
	border: 1px solid #000000;
}
#nav_table{
}
.news{
	border: 1px dotted #000000;
	margin: 0px;
	padding: 15px;
}
#header a {
	text-decoration:none;
}
#header a:hover {
	color:#000000;
	text-decoration:none;
}
#header a:visited {
	text-decoration:none;
	color: #7c5ac0;
}
#header a:active {
	color: #878787;
	text-decoration:none;
}
#nav{
	margin: 0px;
	padding: 0px;	
}
#nav a{
	margin: 0px;
	padding: 0px;	
}
#nav a:hover{
	margin: 0px;
	padding: 0px;
	color:#000000;	
}
#nav a:visited {
	margin: 0px;
	padding: 0px;
	color: #7c5ac0;
}
#nav a:active {
	color: #878787;
	margin: 0px;
	padding: 0px;
}
#nav.alignDown{
	position: relative;
	top: 50px;
}
#centerColumn {
	right:2.25em;
	margin-top:0.2em;
	margin-left: 2.25em;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left:2.25em;
	margin-right:2.25em;
	padding:1em .5em 2em .5em;
	font-size:1.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

html>body #centerColumn {
	margin-left:2.25em;
	margin-right:2.25em;
}

#centerColumn h1 { 
	font-size:1.8em;
	letter-spacing:.1em;
}
#centerColumn h2 { 
	margin:0 0 0 0; 
	font-size:1.2em;
	letter-spacing:.1em;
}
#rightColumn {
	float:right;
	margin:0 0 0 1em;
	padding:.7em;
	width:12em;
	background-color:#eeeeee;
	border:1px solid #000000;
	font-size:0.9em;
}

#rightColumn h1 {  
	padding:0;
	font-size:1em;
	letter-spacing:.1em;
}
.right{
	float: right;
	margin: 10px;
}
.left{
	float: left;
	margin: 10px;
}


#footer {
	right:2.85em;
	margin-top:.2em;
	margin-bottom:2em;
	margin-left: 2.85em;
	margin-right:2.85em;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left:2.85em;
	margin-right:2.85em;
	padding:1em .5em 1em .5em;
	font-size:1.2em;
	text-align:center;
}

html>body #footer {
	margin-left:2.85em;
	margin-right:2.85em;
}

/* @end */
/* @group IMAGE PLACEHOLDERS */

div.image_right{
	border-color: #ff022b;
	position: relative;
	float: right;
	text-align: center;
	margin: 5px 0 3px 20px;
	font-size: 1em;
	font-style: italic;

}
div.image_left{
	position: relative;
	float: left;
	text-align: center;
	margin: 5px 20px 3px 0;
	font-size: 1em;
	font-style: italic;
}
div.image_centre{
	text-align: center;
	margin: 0 auto 20px 0;
	font-size: 1em;
	font-style: italic;
}
div.image_wide{
	text-align: center;
	margin: 0 auto 20px 0;
	font-size: 1em;
	font-style: italic;
}
div.image_left img{
	padding: 0;
	border: 1px solid #CC0000;
}
div.image_right img{
	padding: 0;
	border: 1px solid #CC0000;
}
div.image_wide img{
	padding: 0;
	border: 1px solid #CC0000;
}
div.image_centre img{
	padding: 0;
	border: 1px solid #CC0000;
}

#image_buffer_left
{
	position: relative;
	float:left;
	width: 140px;
	height: 140px;
}

/* @end */
/* @group LAYOUT */
/* Source: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
