
/*------------------PAGE--------------------- */

#page {
	width: 945px;
	margin: 0 auto;
	padding-top: 20px;
}

/*----------------------------------------------- */


/*---------------MAIN BODY----------------- */

body {
	margin: 1px;
	font-size: 12px;
}

/*------------------------------------------------ */


/*--------------PARAGRAPHS--------------- */

p, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #333333;
}

/*------------------------------------------------ */



/*-----------------------------TOP SECTION----------------------------- */

#Top_Section {
	float: left;
	width: 750px;
        height: 198px;
	padding: 0px 12px 0px 0px;
	background-image: url(images/logo.png);
	border: none;
	font-family: Verdana;
        font-size: 11px;
	color: white;
}

/*------------------------------------------------------------------------------ */


/*-----------------------------LOGIN SECTION----------------------------- */

#Login_Section {
	float: right;
	width: 200px;
        height: 168px;
        padding: 0px 0px 0px 0px;
	background-image: url(images/login_background.png);
	border: none;
	font-family: Verdana;
        font-size: 10px;
	color: white;
}

/*------------------------------------------------------------------------------ */


/*------------------MENU-------------------- */

#menu {
	width: 762px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
        background-image: url(images/menu/menu_background.png);
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-family: times new roman;
	font-size: 15px;
	color: white;
	border: none;
}

/*----------------------------------------------- */


/*-----------------------------MIDDLE SECTION 1----------------------------- */

#Middle_Section1 {
	float: left;
	width: 735px;
        height: 275px;
	padding: 0px 12px 0px 15px;
	background-image: url(images/sky_statue.png);
	border: none;
	font-family: Verdana;
        font-size: 11px;
	color: white;
}

/*------------------------------------------------------------------------------ */


/*-----------------------------QUOTE SECTION---------------------------- */

#Quote_Section {
	float: left;
	width: 245px;
        height: 250px;
	padding: 11px 0px 0px 10px;
	background-image: url(images/quotes_background.png);
	border: none;
	font-family: Verdana;
        font-size: 11px;
	color: white;
}

#Quote_Section a {
	text-decoration: none;
	font-family: times new roman;
	font-size: 17px;
	font-weight: bold;
	color: white;
	border: none;
}

#Quote_Section a:hover {
	background: none;
	margin-right: 3px;
	color: black;
}

#Quote_Section a:active {
	background: none;
	margin-right: 3px;
	color: black;
}

/*------------------------------------------------------------------------------ */


/*-----------------------------GUIDES SECTION----------------------------- */

#Guides_Section {
	float: right;
	width: 175px;
        height: 260px;
	padding: 7px 16px 8px 8px;
	background-image: url(images/guides/guides_background.png);
	border: none;
	font-family: Verdana;
        font-size: 11px;
	color: white;
}

#Guides_Section a {
	display: block;
	margin-right: 3px;
	padding: 4px 0px 8px 0px;
	text-decoration: none;
	font-family: times new roman;
	font-size: 18px;
	font-weight: bold;
	color: white;
	border: none;
}

/*------------------------------------------------------------------------------ */


/*-----------------------------BOTTOM SECTION----------------------------- */

#Bottom_Section {
	float: left;
	width: 735px;
        height: 890px;
	padding: 0px 12px 0px 15px;
	background-image: url(images/bottom_background.png);
	border: none;
	font-family: arial;
        font-size: 11px;
	color: black;
}

/*------------------------------------------------------------------------------ */


/*-----------------------------FOOTER SECTION----------------------------- */

#Footer_Section {
	float: left;
	margin-top: 0px;
	width: 762px;
        height: 34px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/footer/footer_background.png);
	border: none;
	font-family: arial;
        font-size: 11px;
	color: black;
}

#Footer_Section a {
	display: block;
	margin-right: 3px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-family: times new roman;
	font-size: 14px;
	font-weight: bold;
	color: white;
	border: none;
}

#Footer_Section a:hover {
	background: none;
	margin-right: 3px;
	color: #FFE303;
}

#Footer_Section a:active {
	background: none;
	margin-right: 3px;
	color: #FFE303;
}

/*------------------------------------------------------------------------------ */

