﻿@import url('styles.css');
@import url('news.css');

body 
{
	margin:0 auto;
	/*text-align:center;*/
	background-color:White;
	font-family:Arial, Times New Roman;
	/*background-color:#80cad3;	*/
}

a
{
    color:#5796b1;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

a:visited
{
    color:#5796b1;
}

/* ======================================================================================= */
/* ===== Main Styles ===== */
/* ======================================================================================= */

#container 
{
	margin:0 auto;
	/*width:801px;*/
	/*background-image:url('../images/page_bg.jpg');
	background-repeat:repeat-y;*/
	background-color:#0e051a;
	/*width:1020px;*/
	/*width:1131px;*/
	width:1000px;
}

#container td 
{
	vertical-align:top;
}

#page_left 
{
	background-image:url('../images/page_left_blue_100x144.png');
	background-repeat:repeat-y;
	width:100px;
}

#page_center 
{
	width:801px;
}

#page_right 
{
	background-image:url('../images/page_right_blue_99x148.png');
	background-repeat:repeat-y;
	width:99px;
	color:#5796b1;
}

#header 
{
	height:233px;
	width:801px;
}

.nav 
{
	background-image:url('../images/main_nav_bg.jpg');
	background-repeat:repeat-x;
	height:36px;
	text-align:left;
	padding-left:50px;
	padding-top:8px;
	color:White;
}

.nav a 
{
	color:White;
	text-decoration:none;
	font-size:14px;
	padding-right:5px;
}

.nav a:hover 
{
	text-decoration:underline;
}

#content 
{
	background-color:White;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

#WelcomeBlock 
{
	background-image:url('../images/welcome_image.png');
	background-repeat:no-repeat;
	width:801px;
	height:319px;
	color:White;
	font-size:16px;
}

#pageTitle 
{
	border-bottom:dotted 1px #a37b46;
	padding:15px 15px 8px 15px;
	font-size:22px;
}

#pageTitleGuestbook 
{
    border-bottom:dotted 1px #a37b46;
	padding:15px 15px 8px 15px;
	font-size:22px;
}

