/*------Reseter------*/
*{
	margin: 0;
	padding: 0;
}
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
/*
******Tags******
*/
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background:#000000;
}




ralph header{font-size:24px;
font-family:Verdana, Arial, Helvetica, sans-serif
text-alignleft;
color:#FF0000}

a img{
	border:none;
}
div{
	display:block;
}
/*
******Layout******
*/
/*
Main
*/
#main{
	margin:0 auto;
	width:1150px;
	text-align:left;
}
/*
Header
*/
#header{
	background:url(../img/header_bg.jpg) center no-repeat;
	height:236px;
	width:1150px;
}
#header h1{
	display:block;
	width:448px;
	height:129px;
	background:url(../img/main_title.jpg) center no-repeat;
	margin:0 auto;
	padding-top:50px;
	text-indent:-5000em;
}
#header h1 a{
	display:block;
	width:100%;
	height:100%;
}
/*Main Menu*/
#main_menu{
	display:block;
	width:390px;
	height:14px;
	margin-left:91px;
	margin-top:-3px;
	list-style:none;
}
#main_menu li{
	display:block;
	float:left;
	height:24px;
}
/*Main Menu -> Links*/
#main_menu li a{
	display:block;
	height:100%;
	text-indent:-500em;
}
#main_menu #link_news{
	width:87px;
	background:url(../img/nav/news.jpg) top left no-repeat;
}
#main_menu #link_about{
	width:71px;
	margin-left:9px;
	background: url(../img/nav/about.jpg) top left no-repeat;
}
#main_menu #link_gallery{
	width:62px;
	margin-left:12px;
	background: url(../img/nav/gallery.jpg) top left no-repeat;
}
#main_menu #link_classes{
	width:62px;
	margin-left:18px;
	background: url(../img/nav/classes.jpg) top left no-repeat;
}
#main_menu #link_runway{
	width:59px;
	margin-left:9px;
	background: url(../img/nav/runway.jpg) top left no-repeat;
}
#main_menu #link_contact{
	width:87px;
	margin-left:37px;
	margin-top:10px;
	background: url(../img/nav/contact.jpg) top left no-repeat;
}
#main_menu #link_news:hover, #main_menu #link_about:hover, 
#main_menu #link_gallery:hover, #main_menu #link_classes:hover, 
#main_menu #link_runway:hover, #main_menu #link_contact:hover{
	background-position:0 -24px;
}
/*
Content
*/
#content{
	background:url(../img/content_bg.jpg) top left repeat-y;
	width:100%;
	height:632px;
	overflow:hidden;
}
#content #col_left{
	width:515px;
	margin-left:132px;
	padding-top:43px;
	position:absolute;
	overflow:visible;
}
#content #col_left h2{
	display:block;
	height:81px;
	background: center no-repeat;
	text-indent:-500em;
}
#content #text p, #content #text dl{
	/*padding-left:5000em;
	overflow:hidden;*/
    margin-top: 15px;

    font-size:small;
    color: white;
}
#content #text dt{
	/*padding-left:5000em;
	overflow:hidden;*/
    text-transform: uppercase;
    margin-top: 15px;
    font-size:medium;
    color: white;
    font-weight: bold;
    text-align: justify;
}

/*Latest News*/

ralph new font size 13 {color
color:#FFFFFF;
font-size:13	
font-family:Arial, Helvetica, sans-serif;
text-alignleft
}


#content.latest_news #col_left h2{
	background-image:url(../img/news_title.jpg);
}
#content.latest_news #text{
   /*	height:153px;*/
	/*background:url(../img/news_text.jpg) top left no-repeat;*/
}
/*About*/
#content.about #col_left h2{
	background-image:url(../img/about_title.jpg);
}
#content.about #text{
 /*	height:153px;
	background:url(../img/about_text.jpg) top left no-repeat;*/
}
/*Gallery*/
#content.about #col_left h2{
	background-image:url(../img/about_title.jpg);
}
#content.about #text{
  /*	height:363px;
  	background:url(../img/about_text.jpg) top left no-repeat;*/
}
/*Classes*/
#content.classes #col_left h2{
	background-image:url(../img/classes_title.jpg);
}
#content.classes #text{
/*	height:282px;
	background:url(../img/classes_text.jpg) top left no-repeat;*/
}
/*Runway*/
#content.runway #col_left h2{
 background-image:url(../img/runway_title.jpg);
}
#content.runway #text{
   /*	height:246px;
	background:url(../img/runway_text.jpg) top left no-repeat;*/
}
/*Contact*/
#content.contact #text{
	color:#FFFFFF;
	width:421px;
	background:#180501 url(../img/contact_frm_bg.jpg) bottom left no-repeat;
}
#content.contact #text p{
	padding:0.5em 0.8em;
	font-size:80%;
}
#content.contact #col_left h2{
	background-image:url(../img/contact_title.jpg);
}
#content.contact #col_left h3#stiletto{
	display:block;
	width:423px;
	height:74px;
	overflow:hidden;
	text-indent:-200em;
	margin-left:-2px;
	background:url(../img/contact_h3.jpg) top left no-repeat;
}
/*Contact Form*/
#content.contact form{
	display: block;
	width:75%;
	margin:1em auto;
}
#content.contact form label, #content.contact form input, #content.contact form textarea{
	margin-top:0.5em;
	line-height:1.5em;
}
#content.contact form label{
	float:left;
	clear:left;
	text-align:left;
	margin-right:0.5em;
	padding:0.2em;
	width:10em;
}
#content.contact form input, #content.contact form textarea{
	float:right;
	clear:right;
	width:160px;
}
#content.contact form textarea{
	overflow:auto;
}
#content.contact form input.button{
	display: block;
	clear:none;
	width: 60px;
	margin:2em auto;
}
#content.contact form #enviar{
	float:left;
	margin-left:25%;
}
#content.contact form #borrar{
	float:right;
	margin-right:25%;
}
/*
******Classes******
*/
.toleft{
	display:block;
	float:left;
}
.toright{
	display:block;
	float:right;
}
.tocenter{
	display:block;
	float:none;
	margin:auto
}
.spacer{
	display: block;
	clear: both;
	width: 100%;
}

