@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin:0 auto;
	background-image:url(images/bg-rep-y.jpg);
	background-repeat:repeat-y;
	background-color:#2e0d0d;
	background-position:center;
	font: normal 62.5%  "Lucida Grande", Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	text-align: left;
	}
	
img {
	border:none;}

h1 {
	font-size: 2.2em; /* 2.2px */
	font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
	color:#2e0d0d;
	font-weight:bold;
	}

h2 {
	font-size: 1.6em; /* 16px */
	font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
	color:#f5d5b5;
	}

h3 {
	font-size: 1.8em; /* 18px */
	font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
	color:#fff;
	margin-top:20px;
	}

h4 {
	font-size: 1.6em; /* 16px */
	font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
	color:#c44a1f;
	font-weight:bold;
	}

h5 {
	font-size: 1.6em; /* 16px */
	font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
	color:#4a1a1a;
	}

h6 {
	font-size: 1.0em; /* 10px */
	font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
	color:#2e0d0d;
	}

p {
	font-size: 1.2em; /* 12px */
	}

ul {
	list-style-type : none;
	font-weight:normal;
	}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	width:0px;
	}

.alignleft {float: left}
.alignright {float: right}
