@charset "UTF-8";

/* Body */
body {
	background:                url('Graphics/Backgrounds/Body.jpg');
	background-attachment:     fixed;
	margin:                    0px;
	padding:                   20px;
	text-align:                center;
}

/* Page */
#Page {
	width:                     750px;
	border:                    1px solid #A67B59;
	background:                #A67B59;
	margin:                    auto;
	padding:                   0px;
}

/* Header */
#Header {
	height:                    80px;
	line-height:               80px;
	text-align:                center;
	font-family:               "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:                 40px;
	color:                     #000000;
	background:                url('Graphics/Backgrounds/Header.jpg');
}

/* Menu */
#Menu {
	margin:                    0px;
	padding:                   0px;
	padding-top:               5px;
	padding-bottom:            5px;
	text-align:                center;
	font-size:                 12px;
	font-family:               "Century Gothic", Arial, Helvetica, sans-serif;
	color:                     #FFFFFF;
	background:                url('Graphics/Backgrounds/Menu.jpg');
}

a.Menu:link,
a.Menu:visited {
	color:                     #FFFFFF;
	text-decoration:           none;
}

a.Menu:hover,
a.Menu:active {
	color:                     #AAAAAA;
	text-decoration:           none;
}

/* Date */
#Date {
	float:                     right;
	width:                     200px;
	margin:                    0px;
	padding:                   0px;
	margin-top:                -20px;
	margin-right:              20px;
	text-align:                right;
	font-family:               "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:                 11px;
	color:                     #000000;
}

/* Title */
#Title {
	height:                    35px;
	line-height:               30px;
	padding-top:               20px;
	padding-left:              20px;
	font-family:               "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:                 20px;
	font-weight:               bold;
	color:                     #000000;
	background:                url('Graphics/Backgrounds/Title.jpg');
	text-align:                justify;
}

/* Content */
#Content {
	width:                     700px;
	padding-top:               20px;
	padding-bottom:            20px;
	padding-left:              25px;
	padding-right:             25px;
	text-align:                justify;
	background:                url('Graphics/Backgrounds/Content.jpg');
}

#Content h1 {
	font-family:               "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:                 20px;
	font-weight:               bold;
	text-align:                justify;
}

#Content h2 {
	font-family:               "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:                 18px;
	font-weight:               bold;
	text-align:                justify;
}

#Content h3 {
	font-family:               "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:                 16px;
	font-weight:               bold;
	text-align:                justify;
}

#Content p, li {
	font-family:               "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:                 15px;
	text-align:                left;
}

hr {
	border:                    1px solid #976C4B;
}

a.Content:link,
a.Content:visited,
a.Content:active {
	color:                     #CCCCCC;
}

a.Content:hover {
	color:                     #000000;
}

/* LinkBox */
#LinkBox {
	width:                     700px;
	height:                    70px;
	padding-top:               10px;
	background:                url('Graphics/Backgrounds/Sqound.jpg') no-repeat;
}

/* Footer */
#Sqound {
	width:                     700px;
	height:                    70px;
	padding-top:               10px;
	background:                url('Graphics/Backgrounds/Sqound.jpg') no-repeat;
}

#Footer {
	height:                    150px;
	background:                url('Graphics/Backgrounds/Footer.jpg');
}

#Footer p {
	font-family:               "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:                 15px;
	text-align:                center;
	line-height:               25px;
}

#FooterLeft {
	float:                     left;
	margin:                    5px;
	margin-top:                7px;
	margin-left:               10px;
	font-size:                 10px;
	font-family:               Verdana, Arial, Helvetica, sans-serif;
	color:                     #000000;
	text-decoration:           none;
}

#FooterRight {
	float:                     right;
	margin:                    5px;
	margin-top:                7px;
	margin-right:              10px;
	font-size:                 10px;
	font-family:               Verdana, Arial, Helvetica, sans-serif;
	color:                     #000000;
	text-decoration:           none;
}

a.Footer:link,
a.Footer:visited {
	color:                     #000000;
	font-weight:               bold;
	text-decoration:           none;
}

a.Footer:hover,
a.Footer:active {
	color:                     #FFFFFF;
	font-weight:               bold;
	text-decoration:           none;
}
