@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { 
	color: #515151;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#home_link {
	margin-left: 500px;
}

#main {
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#menu {
	margin-left: 400px;
}

#intro {
	margin-top: 27px;
	margin-left: 475px;
	width: 460px;
	line-height: 15px;
}

#body {
	width: 946px;
	margin-left: 21px;
	margin-top: 70px;
	margin-bottom: 15px;
}

#left_column {
	width: 225px;
	float: left;
	text-align: center;
	padding-top: 100px;
}

#center_column {
	width: 270px;
	padding-right: 15px;
	border-right: 1px solid #ff8900;
	float: left;
}

#right_column {
	float: left;
	margin-left: 15px;
	width: 385px;
}

#sub {
	float: left;
	width: 690px;
	margin-left: 15px;
	padding-left: 15px;
	line-height: 18px;
	font-size: 12px;
	border-left: 1px solid #ff8900;
}

#footer {
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	float: left;
	color: #333333;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
} 

.clear {
	clear: both;
}

.red {
	color: #ff8900;
	font-weight: bold;
}
	
.red1 {
	color: #ff8900;
	font-size: 20px;
        font-weight: bold;
}

.margin_right {
	margin-right: 10px;
}

.margin_bottom {
	margin-bottom: 10px;
}

#gallery img {
	border: 1px solid #ff89005;
}
	