/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #d9edf8 url(i/bodyback.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #3b505a;
}

a {
text-decoration: none;
color: #0099FF;
}
a:hover {
text-decoration: underline;
color: #CCCCCC;
}

img {
    border: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	font: bold 1em/1.5em Tahoma, Arial, Helvetica, sans-serif;
}
h1 { font-size: 3em; font-weight: normal; letter-spacing: -1px; color:#c1a81e; }
h2 { font-size: 2.5em; font-weight: normal; }
h3 { font-size: 2.2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 5px; }
h4 { font-size: 1.8em; }


#slogan {
float:right;
width:800px;
color:#c1a81e;
font-size:1.2em;
margin-bottom:10px;
background:url(i/sloganb.png) no-repeat;
}



ul {
list-style-type:none;
padding-top:10px;
}
ul li {
display: block;
float: left;
padding-left:20px;
text-align:left;
min-width:200px;
background: url(i/bulb.png) no-repeat;
}

#page {
width:800px;
margin:50px auto;
}
#boxtop {
float:left;
width:100%;
background:url(i/boxtop.png) no-repeat;
height:10px;
}
#boxbot {
float:left;
width:100%;
background:url(i/boxbot.png) no-repeat;
height:10px;
}
#boxmid {
float:left;
width:100%;
background:url(i/boxmid.png) repeat-y;
min-height:200px;
padding:0 20px;
}
#boxleft {
float:left;
width:300px;
}
#boxright {
float:right;
width:460px;
}


/* form elements */
form {
	margin:10px 0;
}

input, select, textarea  {
	border:0;
	color:#3b505a;
}
input  {
font: normal1em Verdana, sans-serif;
padding:4px; 
margin:5px 0;
background:#ECEDC2;
}


.gold {color:#c1a81e;}
#showurl{display:none;}

/* Content  */
.content {width:800px;background:url(i/boxmid.png) repeat-y;}
.content p {padding:7px 0;}
.cont-main {width800px;background:url(i/boxtop.png) no-repeat; height:10px;}
* html .cont-main {height:550px;}
.cont-btm {width:800px;background:url(i/boxbot.png) no-repeat ;height:10px;}

img.thumb {float:left; margin:7% 1% 7% 1%; border:5px solid #0099FF;}

.space {clear:both; height:25px;}
.spacex{height:35px;}
.title {font:bold 15px arial; color:#ff0000;}
.imgurl {font:bold 15px arial; color:#0053FF;}
.imgurl a {color:#0053FF;}