/* CSS Document */

body {
	margin: 15px 0 25px 0;
	background-color: #303030;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link {
	color: #E20403;
}
a:visited {
	color: #E20403;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

#container {
	margin: 0 auto;
	width: 800px;
}


#header {
	background-image: url(images/bg-header.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 116px;
}


#navigation {
	padding: 5px 60px 15px 64px;
	background-image: url(images/bg-content.png);
	background-repeat: repeat-y;
	width: 676px;
	height: 80px;
	font-size: 14pt;
}

#navigation div {
	padding: 0;
	background-image: url(images/nav-bg.png);
	background-repeat: repeat-x;
	width: 676px;
	height: 30px;
	text-align: center;
}

#navigation img {
	vertical-align: middle;
}

#navigation a {
	color: #FFFFFF;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	color: #FFEE00;
	text-decoration: none;
}


#photo {
	padding: 0 60px 0 64px;
	background-image: url(images/bg-content.png);
	background-repeat: repeat-y;
	width: 676px;
	height: 216px;
}

#photo img {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 3px 0 3px 0;
}

#content {
	padding: 30px 134px 30px 130px;
	background-image: url(images/bg-content.png);
	background-repeat: repeat-y;
	width: 536px;
}

#content h1 {
	color: #FFEE00;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#content h2 {
	color: #EE0000;
	font-size: 11pt;
	font-weight: bold;
}

#content-home {
	padding: 30px 94px 30px 90px;
	background-image: url(images/bg-content.png);
	background-repeat: repeat-y;
	width: 616px;
}

#content-home h1 {
	font-size: 14pt;
	font-weight: bold;
}

#content-home h2 {
	color: #FFEE00;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
}

#content-home p {
	font-weight: bold;
}


#content-home img {
	margin: 10px 30px 10px 50px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 3px;
}

#footer {
	color: #CCCCCC;
	font-size: 8pt;
	padding: 60px 0 0 40px;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	width: 760px;
}

.contact-info {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

.contact-info a {
	color: #FFFFFF;
}

