@charset "UTF-8";
/* CSS Document */

/*------------------------------
  CSS RESET
------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
label, legend,
caption, tbody, tfoot, thead, th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}


p {
	padding: 0px 0px 0px 0px;
}


/*------------------------------
  SET UP
------------------------------*/

body{
	background-color:#000000;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	padding:0px;
	margin:0px;
	background-image: url(links/background_gradient.jpg);
	background-repeat: repeat-x;
}

#container{
	display:block;
	position:relative;
	width:950px;
	height:auto;
}

/*------------------------------
  FONT FACE RIESLING
------------------------------*/

@font-face {
	font-family: 'RieslingRegular';
	src: url('fonts/riesling-webfont.eot');
	src: local('☺'), url('fonts/riesling-webfont.woff') format('woff'), url('fonts/riesling-webfont.ttf') format('truetype'), url('fonts/riesling-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1.fontface {
	font: 1.8em 'RieslingRegular', Trebuchet MS, Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color:#5CBCEA;
	margin:140px 0px 0px 0px;
}

p.style1 {
	font: 1.1em 'RieslingRegular', Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#5CBCEA;
	margin:10px 0px 0px 0px;
}


/*------------------------------
  FONT FACE TITILLIUM
------------------------------*/

@font-face {
	font-family: 'TitilliumText14L400wt';
	src: url('fonts/TitilliumText400wt-webfont.eot');
	src: local('☺'), url('fonts/TitilliumText400wt-webfont.woff') format('woff'), url('fonts/TitilliumText400wt-webfont.ttf') format('truetype'), url('fonts/TitilliumText400wt-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText14LRegular';
	src: url('fonts/TitilliumText1-webfont.eot');
	src: local('☺'), url('fonts/TitilliumText1-webfont.woff') format('woff'), url('fonts/TitilliumText1-webfont.ttf') format('truetype'), url('fonts/TitilliumText1-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

p.style2 {
	font: 0.73em 'TitilliumText14L400wt', Arial, sans-serif;
	color:#ffffff;
	margin:10px 0px 0px 0px;
}

p.style3 {
	font: 1.4em 'TitilliumText14LRegular', Arial, sans-serif;
	color:#ffffff;
	margin:10px 0px 0px 0px;
	}


/*------------------------------
  BUILDING FLASH
------------------------------*/

#artdeco_building{
	display:block;
	position:relative;
	width:345px;
	height:660px;
	float:left;
	background-image: url(links/artdeco_building.png);
	background-repeat: no repeat;
}

/*------------------------------
  CONTENT
------------------------------*/

#content_container{
	display:block;
	position:relative;
	width:420px;
	height:auto;
	float:left;
}

/*------------------------------
  MENU AND LOGO
------------------------------*/

#menu_container{
	display:block;
	position:relative;
	width:135px;
	height:auto;
	float:right;
}

#menu_container li
{
	padding:0px 0px 0px 0px;
	margin:15px 0px 0px 0px;
	list-style:none;
	display:list-item;
}

#menu_container ul
{
	padding:0px 0px 0px 0px;
	font-size:0.8em;
	color:#5CBCEA;
	margin:30px 0px 10px 0px;
	line-height:15px;
	font: 0.75em 'TitilliumText14L400wt', Arial, sans-serif;
}

#menu_container a, #menu_container a:hover {
	color:#5CBCEA;
	text-decoration:none;
	font-weight:normal;
	}
	
#menu_container a:hover {
	color:#ffffff;
	}

#logo{
	display:block;
	position:relative;
	width:135px;
	height:160px;
	margin:10px 0px 0px 0px;
}

/*------------------------------
  FOOTER
------------------------------*/

#footer{
	display:block;
	position:relative;
	width:950px;
	height:30px;
	clear:both;
}

#footer p{
	font: 0.6em 'TitilliumText14L400wt', Arial, sans-serif;
	color:#ffffff;
	line-height:30px;
	margin:0px 0px 0px 20px;
}


/*------------------------------
  LINKS
------------------------------*/

a, a:hover {
	color:#ffffff;
	text-decoration:underline;
	font-weight:normal;
	}
	
a:hover {
	color:#5CBCEA;
	}
	