
body {
	background:url(img/bg-tile.gif) top center repeat-y #000000;
	text-align:center;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

p {
	margin-top:0em;
	}
	

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	font-weight:normal;
	margin-bottom:0em;
	}
	
a:link, a:visited {color:#FF0066; text-decoration:none;}

/*DIVS*/
#wrapper {
	background:url(img/content-bg.jpg) top center no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:1px;
	width:940px;
	position:relative;
	
	}
	
#top {
	width:900px;
	height:250px;
	
	}

#nav {
	float:left;
	width:230px;
	padding-top:18px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:8pt;
	margin-left:-1px;
	}
	

#content {
	float:right;
	width:600px;
	margin-right:15px;
	margin-top:70px;
	}
	
#ocws {
	width:200px;
	padding:120px 8px 0px;
	}

.clearer {clear:both; height:0px; visibility:hidden;}
	
/*ROLLOVERS*/
a .alt { display: none; }

a#home {
    display: block;
    width: 230px;
    height: 49px;
    background-image: url(img/home1.gif);
    margin: 0 auto;
}
a#home:hover {
    background-image: url(img/home2.gif);
}

a#gayle {
    display: block;
    width: 230px;
    height: 54px;
    background-image: url(img/gayle1.gif);
    margin: 0 auto;
}
a#gayle:hover {
    background-image: url(img/gayle2.gif);
}

a#enzo {
    display: block;
    width: 230px;
    height: 54px;
    background-image: url(img/enzo1.gif);
    margin: 0 auto;
}
a#enzo:hover {
    background-image: url(img/enzo2.gif);
}

a#gall {
    display: block;
    width: 230px;
    height: 52px;
    background-image: url(img/gallery1.gif);
    margin: 0 auto;
}
a#gall:hover {
    background-image: url(img/gallery2.gif);
}

a#contact{
    display: block;
    width: 230px;
    height: 52px;
    background-image: url(img/contact1.gif);
    margin: 0 auto;
}
a#contact:hover {
    background-image: url(img/contact2.gif);
}

/*content stuff*/
.imagepusher {
	padding:10px;
	}

#formtable td {padding-bottom:10px;font-size:92%;vertical-align:top;}