/* CSS Document */

html {
        width:770px;
		background-color:#000000;
		background-image:url("/images/bg-commercial.jpg");
        background-repeat: repeat-x;
}
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin:0px 0px 0px 0px;
		}
#header {
		height:62px;
		background-image: url("/images/bg-commercial.jpg");
		background-repeat: repeat-x;
		
}
#header img {
	float:left;
	background-image: url(/images/roxylogo.gif);
	background-repeat: no-repeat;
}
#address {
		text-align:right;
		font-size:0.6em;
		float : right;
		height: 37px;
		width: 480px;
}
#content {
	float:left;
	height: 531px;
	width:723px;
	/*background-image: url("/images/weddings/Jon-award-2.-Freidlieb_short.jpg");*/
		background-repeat: no-repeat;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
#textcolumn{
		width:450px;
}
#content h2 {
		font-size:1.1em;
		text-shadow:#0066FF;
		color:white;
}
#content p{
		font-size:.7em;
		color:white;
}
#footer{
		font-size:.7em;
		color: #CCCCCC;
}
#footer a{
		font-size:.8em;
		color: #CCCCCC;
}
#tabsJ {
		position: relative;
   		font: bold 0.6em Verdana;
   		float:left;
		width:700px;
   		line-height:normal;
		border-bottom:1px solid #000;
}
#tabsJ h2 {
		color: #000;
		margin: 0px;
		padding: 0px 0px 0px 0px;
}
#tabsJ ul {
		margin:0;
		padding:0px 0px 0px 0px;
		list-style:none;
}
#tabsJ li {
      	display:inline;
      	margin:0px;
      	padding:0px;
}
#tabsJ a {
      	float:left;
      	background:url("/images/tableftcommercial.gif") no-repeat left top;
      	margin:5px;
      	padding:0 0 0 3px;
      	text-decoration:none;
}
#tabsJ a span {
      	float:left;
      	display:block;
      	background:url("/images/tabrightcommercial.gif") no-repeat right top;
      	padding:3px 10px 3px 10px;
      	color: #8080FF
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {
		float:none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span {
      	color:#000;
}
#tabsJ a:hover {
      	background-position:0% -42px;
}
#tabsJ a:hover span {
      	background-position:100% -42px;
}
