@font-face {
	font-family: "Adobe Garamond";
	src: url("AdobeGaramond.eot");
	src: local('Adobe Garamond'), local('Adobe Garamond'), 
         url('AdobeGaramond.ttf') format('truetype');

}

body {
	background-color: #000;
	background-image: url('/images/bg.jpg');
	background-repeat: no-repeat;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #666;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 130px;
}

#header img {
	position: relative;
	top: 15px;
	left: 515px;	
}

#left {
	position: relative;
	float: left;
	width: 250px;
}

#main {
	position: relative;
	float: left;
	width: 725px;
}

#footer {
	position: relative;
	float: left;
	width: 725px;
	text-align: center;
	margin: 50px 0 30px 300px;
}


a {
	color: #744a64;
}

img {
	border: 0;
	text-decoration: none;
}

a img {
	text-decoration: none;
}

ul.menu {
	display: block;
	position: relative;
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.menu li { font-size: 20px; font-family: 'Adobe Garamond', serif; color: #c00175; font-weight: normal; text-align: right; padding: 3px 10px 3px 0px; border-bottom: 1px solid #C00175; }
ul.menu li:hover { background-image: url(/images/_aa_mask.png); }
ul.menu li a { text-decoration: none; color: #999; }

li.menu img {
	display: block;
}

ul.sm {
	position: relative;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.sm {
	width: 210px;
	height: 30px;
}

li.sm img {
	display: block;
}

#big_img {
	border: 1px solid #c10076;
	width: 723px;
	height: 349px;
	overflow: hidden;
	text-align: center;
	padding: 0;
	margin: 0;
}

#big_img .big {
	/*border: 1px solid #c10076;
	width: 723px;
	height: 349px;*/
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 20px;
	font-family: 'Adobe Garamond', 'Times New Roman', serif;
	color: #c00175;
	font-weight: normal;
}

h2 {
	font-size: 17px;
	font-family: 'Times New Roman';
	color: #b5aba1;
	font-style: italic;
}

p, h1, h2 {
	margin: 12px 0 12px 0;
}

h1 a { color: #999; text-decoration: none; }
h1 a:hover { color: #c00175; } 

/* Footer */
#f_who {
	position: relative;
	padding-left: 60px;
	text-align: left;
	background: url('/images/footer_aa.jpg') no-repeat;
	text-transform: uppercase;
	font-size: 10px;
}

#f_links {
	position: relative;
	padding-left: 60px;
	text-align: left;
	font-size: 10px;
	text-transform: none;
}

#f_links a {
	color: #744a64;
	text-decoration: none;
}

#f_links a:hover {
	text-decoration: underline;
}

