html, body {
	background-color: #FFF;
	background-image: url(../sitepix/structural/bg.png);
	background-repeat: no-repeat;
	font-family: "Century Gothic", Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	margin-top: 0;
	padding-left:30px;
	padding-right:30px;
	color:#5E377A;
	font-size:32px;
}

h1 .dgray {
	color: #A9A29F;
}

h1 .lgreen {
	color: #9BC200;
}

p {
	color: #000;
	font-size: 12px;
	font-family: "Century Gothic", Arial, sans-serif;
	line-height: 1.5em;
	padding-left:30px;
	padding-right:30px;
}

.pink_p {
	color:#e50083;
}


.dgray_p {
	color:#51AD1E;
}

ul {
	margin-left:30px;
	margin-right:30px;
}

li {
	color: #000;
	font-size: 12px;
	font-family: "Century Gothic", Arial, sans-serif;
	line-height: 1.5em;
}

a {
	color: #603A7B;
}

a:hover {
	color: #FFDB5F;
}

#site-holder {
	margin: 0 auto;
	width: 900px;
}

#header {
	float: left;
	position: relative;
	width: 900px;
	height: 135px;
	margin-bottom: 40px;
}

#header .pictures {
	position: absolute;
	top: 8px;
	left: 0;
}

#header .logo {
	position: absolute;
	top: 0;
	right: 0;
}

#menu {
	float: left;
	text-align: left;
	width: 230px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#menu ul li.last {
	margin: 20px 0 0 0px;
	padding: 0;
}

#menu ul li a {
	color: #5E377A;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 20px;
	line-height:20px;
	text-decoration: none;
	background-image: url(../sitepix/structural/menu-arrow.gif);
	background-repeat:no-repeat;
}

#menu ul li a:hover 
{
	background-image: url(../sitepix/structural/menu-arrow-active.gif);
	background-repeat:no-repeat;
}

#menu ul li a.active 
{
	background-image: url(../sitepix/structural/menu-arrow-active.gif);
	background-repeat:no-repeat;
}

#maintext {
	float: right;
	text-align: left;
	width: 620px;
	margin-left:50px;
	display:inline;
}

#maintext table {
	margin: 0px 30px 0px 30px;
}
table.sub {
	margin: 0px ;
}

#maintext th {
	font-size:11px;
	font-weight:bold;
	text-align: center;
	}

#maintext td {
	font-size:11px;
	vertical-align:top;
	padding: 2px;
	border: 1px solid #ccc;
}
        .style1
        {
            width: 74px;
            border: none 0px;
        }
        .style2
        {
		background-color:#000000;
		color:#FFFFFF;
            border: none 0px;
        }
