/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 0px;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	background: #CECECE url(images/img1.gif);
}
#site {
width: 780px;
margin-left:auto;
	margin-right:auto;
	}

html * {
margin: 0;
padding: 0;
border: 0;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 780px;
	height: 70px;
}


/* Menu */

#menu {
	width: 100%;
	height: 30px;
	background-image: url(/v2/images/img3.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align:center;
}
#menu li {
	display: inline;
}
#menu ul {
	padding-top: 5px;
	}

#menu a {
	
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 780px;
	margin: 0 auto;
	background: url(images/img5.gif);
}

#colOne {
margin-left: 0em;
	float: left;
	width: 200px;	
	font-size: 12px;
}
#colOne img {
margin-left: .7em;
}
#colTwo img {
float: left;
}
#colTwo {
	float: left;
	width: 410px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: left;
	width: 120px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 780px;
	margin: 0;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}