/* CSS Document */
@charset "utf-8";

html * {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

body {
	background-color: #000000;
	font-family: Arial;
	font-size: small;
	color: #eddaa6;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

.p_left {
	background-image: url(images/pointleft.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}

.top {
	text-align: center;
	font-size: 22pt;
	color: #f9b54a;
	font-family: 'Lobster13Regular';
	vertical-align: middle;
	width: 450px;
}

.p_right {
	background-image: url(images/pointright.png);
	background-repeat: no-repeat;
	background-position: center;
}

.contentbg {
	background-image: url(images/photo.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 450px;
}

.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: top;
	height:400px;
}

.content {
	padding-left: 10px;
	padding-right: 10px;
}

p {
	font-weight: bold;
	font-size: 14pt;
	text-shadow: Black;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #eddaa6;
}	

.big {
	font-size: 22pt;
	color: #f36d42;
	font-family: 'Lobster13Regular';
}

.foot {
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC99;
}