/* CSS Document */
body {margin:0px; padding:0px;  font:.96em; font-family:trebuchet, arial, sans-serif; text-align: center; background:#000; color: #000;}

p {font-size:.94em; padding-top:0px; padding-bottom:0px;}
.container { 
	width: 780px;
	background: #000000;
	margin: 0 auto;
	text-align: left;
} 
img {padding: 5px;
}

.header {border-top:1px solid red; border-bottom:1px solid red; letter-spacing:.3em; font-weight:normal; color:#CCC; padding: 5px;  margin: 0 auto;
} 
.nav { margin-left:auto; margin-right:auto; text-align:center; font-variant:small-caps; color:#CCC; letter-spacing:.3em; font-size:.76em; padding-top:10px; padding-bottom:10px;}

a:link {text-decoration:none; color:#F00;}
a:visited {color:#06F;}

h1 {font-size:1.2em; letter-spacing:.7em; margin: 0;}
h2 {font-size:1.1em; padding-top:5px; padding-bottom:5px;}
h3 {font-size:1em; letter-spacing:.4em; padding-top:10px; padding-bottom:1px; font-weight:normal;}

.content {width:750px; margin: 0 auto; border-top:1px solid red; border-bottom:5px solid red; background:#CCC; padding-left:10px; padding-right:10px; text-align:left;

} div#one {width:250px; background-color:#CCC; float:left;  text-align:left; padding-left:10px; padding-right:5px;}
div#two {width:200px; border-right:1px solid red; background-color:#CCC; padding-left:3px; margin-left:10px;float:left;}
div#three {width:250px; background-color:#CCC; float:left; }

.clearfloat { /* this class should be placed in a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.title {color:#CCC; margin:auto;}
.center {margin-left:auto; margin:right:auto; text-align:center;}
--> 
<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.#sidebar1 { width: 200px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.#sidebar1 { padding-top: 30px; }
.#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->