/* css document */
body {
padding: 0;
text-align: center;
margin:0;
background-color:rgb(142,142,142);*/
/*background-image: url(pics/bg.png);*/
background-position: 0 0;
color: rgb(144,144,144);
font-family: "century gothic", "arial";
font-size: 12px;
}

.menu {
color: #ddd;
font-size: 13px;
font-variant: small-caps;
letter-spacing: 1px;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 25px;
padding-right: 25px;
text-align: center;
}

.menu a {
/*font-weight: bolder;*/
}
	
img {
padding: 0;
margin: 0;
}

.maingfx {
height: 258px;
margin-top: 0px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 0px;
margin-bottom: 0px; 
}

.mainbox {
text-align: left;
/*margin: 1em auto;*/
color: rgb(69,69,69);
width: 500px;
/*margin-top: 0em;*/
border-top: 0px;
padding-top: 0px;
background-image: url(pics/mainboxbg.jpg);
background-color: rgb(244,244,244);
margin : 0px auto 0px auto;
}

.shadowtop {
width: 500px;
height: 25px;
background-image: url(pics/mainboxbgtop.jpg);
}

.shadowbottom {
width: 500px;
height: 25px;
background-image: url(pics/mainboxbgbottom.jpg);
}

a {
font-weight: normal;
text-decoration: none;
color: #222;
}

.mail {
font-weight: normal;
color: rgb(255,0,102);
text-decoration: none;
}

a:visited {
color: #111;
}

a:hover {
text-decoration: underline;
color: rgb(255,0,102);
}

.content {
margin-left: 25px;
margin-right: 25px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0em;
padding-top: 0em;
border-top: 4px solid rgb(255,0,153);
text-align: justify;
}

.content h1 {
font-size: 20px;
font-variant: small-caps;
letter-spacing: 1px;
}

.content h2 {
font-size: 16px;
font-variant: small-caps;
letter-spacing: 1px;
}

.content p {
padding-left: 10px;
padding-right: 10px;
}

ul {
list-style-image: none;
list-style-type: square;
}

td {
color: rgb(69,69,69);
font-family: "century gothic", "arial";
font-size: 12px;
}

.links a {
font-weight: normal;
color: rgb(72,72,72);
}

.foot {
width: 450px;
margin: auto;
background-color: rgb(142,142,142);
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 10px;
color: #444;
font-size: 10px;
text-align: left;
}

.foot p {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
}

.foot a {
font-weight: bolder;
color: silver;
text-decoration: none;
}

.foot a:hover {
/*background-color: rgb(255,51,153);*/
color: silver;
text-decoration: underline;
}

