div.align-center {
	text-align: center;
}

div.align-left {
	text-align: left;
}

div.align-right {
	text-align: right;
}

.clear-float {
	clear: both;
}

.column {
	float: left;
}

.column-2 {
	width: 50%;
	float: left;
}

.column-3 {
	width: 33%;
	float: left;
}

.sephone-left {
	width: 35%;
	float: left;
}

.sephone-right {
	width: 65%;
	float: left;
}

.error { color: #ff0000; }

.color_black { color: #000000; }
.color_dark_gray { color: #666666; }
.color_light_gray { color: #cccccc; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }
	
.bordercolor_light_gray { color: #cccccc; }
.bordercolor_dark_gray { color: #666666; }
.bordercolor_black { color: #000000; }
.bordercolor_red { color: #ff0000; }

/* template-specific styles */

body {
	background-color: #005B89;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 830px;
	text-align: left;
    border: 1px solid #666633;
    margin: 0 auto;
    margin-top: 30px;
    
}

#content {
	padding: 10px;
	float: left;
}

#image_column {
	width: 400px;
	float: left;
	font-size: 10px;
	color:#666633;
}

#guest_comments {
    width: 169px;
    float: left;

    padding: 5px;
   
}

#image_footer {
	width: 830px;
	text-align: left;
}

#footer {
	background-color:#F6F7F3;
	font-size: 10px;
	color: #AF6261;
	text-align: right;
	border-top: 1px solid #666633;
}

#footer a {
	text-decoration: none;
	}

#sephone_footer {
	width: 830px;
}

#header {
	width: 830px;
    background-color:#F6F7F3;
    border-bottom: 1px solid #666633;
}

#contact {
    text-align: right;
    color: #666633;
    font-size: 9px;
    float: right;
}

#nav {
	/* width: 25%; 
	float: left;*/
	text-align: right;
}

.content {
	text-align: left;
	
	
	}