A:link {text-decoration: none; color:#333333;}
A:visited {text-decoration: none; color:#333333;}
A:active {text-decoration: none; color:#333333;}
A:hover {
	text-decoration: underline;
	color:#00F;
}

body {
margin: 40px 0 30px 0;
background-image:url(images/bg.jpg);
background-color:#313151;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p {
margin:0px;
}
#container {
margin: 0 auto 0 auto;
width:753px;
}
#top {
background-image:url(images/top.gif);
background-repeat:no-repeat;
height:7px;
}
#head {
height:100px;
padding: 25px;
}
#body {
background-color:transparent;
}
#body1 {
	background-image:url(images/mid.gif);
	background-repeat:repeat-y;
	padding: 50px 50px 0 50px;
	color: #000;
}
#footer {

}
#bottom {
background-repeat:no-repeat;
background-image:url(images/bottom.gif);
height:10px;
}

.testimonial {
	width:450px;
	background-color:#FFFFE0;
	margin: 0 auto 0 auto;
	padding: 10px;
	font-family:"Courier New", Courier, monospace;
	color:#333;
	font-size:11px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #666;
}
.testimonial img {
float:right;
border: 1px #757575 solid;
margin: 0 0 5px 5px;
}
.box {
font-family:"Courier New", Courier, monospace;
font-size:12px;
width: 450px;
margin: 0 auto 0 auto;

}
.box table{
border: 1px #333333 dashed;
border-bottom: none;
background-color:#E4E4E4;
}
.box td {
padding: 3px;
border-bottom: 1px #333333 dashed;
}
/** FONTS **/

h1, h2 {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#F00;
}

.text_top {
	background-color:#555557;
	color:#FFF;
	padding: 4px;
	border: 1px solid #202020;
	font-weight: normal;
	text-align: center;
}

/** COLORS **/

.white {
background-color:#fff;
}
.text_white {
color:#fff;
}.color2 {
background-color:#34454F;}

.yellow {
background-color:#FFF5CB;}

