@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:25px;
	}

.header {
	border:outset 1px #162943;
	background-image:url(images/index_03.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#4378aa;
	font-size:15px;
	}
	
.links {
	text-align:left;
	font-size:16px;
	padding:0px 0px 0px 5px;
	letter-spacing:1px;
	}

.links a {
	text-decoration:none;
	color:#eced81;
	padding:0px 14px 0px 0px;
	}

.links a:hover {
	text-decoration:underline;
	color:#eced81;
	}

.desc {
	text-align:right;
	color:#cce0ee;
	padding:0px 5px 0px 0px;
	letter-spacing:1px;
	}
	
.content {
	font-size:13px;
	color:#cce0ee;
	padding:20px 30px 20px 30px;
	text-align:center;
	vertical-align:top;
	background-color:#1f3656;
	background-image:url(images/index_06.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border:outset 1px #162943;
	}

#gall {
	border:0px;
	padding:0px 10px 15px 10px;
	}

.content a {
	color:#eced81;
	text-decoration:none;
	}

.content a:hover {
	color:#eced81;
	text-decoration:underline;
	}

.content hr {
	width:50%;
	color:#eced81;
	}
	
.serv {
	font-size:12px;
	letter-spacing:1px;
	text-transform:lowercase;
	line-height: 150%;
	}

.serv a {
	padding:0px 5px 0px 5px;
	}
	
.copyright {
	text-align:center;
	font-size:10px;
	}
