/* CSS Document */

a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #000000}
a:active {color: #000000}


body {
	margin: 0px;
	background-color: #000000;
	position:relative;;
	width:100%;
	height:100%;
}

.TL {
	background-image: url(graphics/borderTL.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.T {
	background-image: url(graphics/borderT.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.ML {
	background-image: url(graphics/borderML.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.MR {
	background-image: url(graphics/borderMR.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.BL {
	background-image: url(graphics/borderBL.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.BBB1 {
	background-image: url(graphics/BBborderB1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.B2 {
	background-image: url(graphics/borderB2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.BBmainL {
	background-image: url(graphics/BBmainL.jpg);
	background-repeat: no-repeat;
}
.BBmainR {
	background-image: url(graphics/BBmainR.jpg);
	background-repeat: no-repeat;
}
.BBmainT {
	background-image: url(graphics/BBmainT.jpg);
	background-repeat: no-repeat;
}
.menuT {
	background-image: url(graphics/menuT.jpg);
	background-repeat: no-repeat;
}
.menuTcontact {
	background-image: url(graphics/menuTcontact.jpg);
	background-repeat: no-repeat;
}
.menu {
	background-image: url(graphics/menu.jpg);
	background-repeat: no-repeat;
}
.menuB {
	background-image: url(graphics/menuB.jpg);
	background-repeat: no-repeat;
}
.SMOGmainT {
	background-image: url(graphics/SMOGmainT.jpg);
	background-repeat: no-repeat;
}
.SMOGmainTcontact {
	/*background-image: url(graphics/SMOGmainTcontact.jpg);*/
	background-repeat: no-repeat;
}
.SMOGmainR {
	background-image: url(graphics/SMOGmainR.jpg);
	background-repeat: no-repeat;
}
.SMOGmainRcontact {
	background-image: url(graphics/SMOGmainRcontact.jpg);
	background-repeat: no-repeat;
}
.SMOGmainL {
	background-image: url(graphics/SMOGmainL.jpg);
	background-repeat: no-repeat;
}
.SMOGmainB {
	background-image: url(graphics/SMOGmainB.jpg);
}
.SMOGborderB1 {
	background-image: url(graphics/SMOGborderB1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.SMOGmain {
	background-image: url(graphics/SMOGmain.jpg);
	background-repeat: no-repeat;
}
.SMOGmainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align: justify;
	vertical-align:top;
}
.textbox {
	height: 18px;
	width: 188px;
	border: 1px solid #000000;
	padding: 1px 0px 0px 1px;
	background-color: #FFFFFF;
}
.textarea {
	background-color: #FFFFFF;
	padding: 1px;
	height: 182px;
	width: 196px;
	border: 1px solid #000000;
}
#check {
        position:fixed !important;
        position:absolute;
        width:1000px;
        height:600px;
        left:50%;
        top:50%;
        margin-top:-300px;
        margin-left:-500px;

}
#address {
        position:absolute;
        top:600px;
        left:500px;
        width:500px;
        text-align:right;
        color:#816d17;
        font-size:0.70em;
        font-family:arial;
}

#address a {
		color:#816d17;
}

/*new text */

h1 {
	font-size:12px;
}

/*new menu*/

.menu ul {
	list-style-type:none;
	text-align:right;
/*	background:url(graphics/alpha.png) repeat 0px 0px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

.menu li{
	margin:0 0 8px 0;
}

.menu li a{
	text-decoration:none;
}

.menu li a:hover {
	text-decoration:underline;
}
