@import url('zero.css');

body { background:  #6E6C6D url(../images/grey_strip.jpg) repeat-y center }
body, table { font: 11px/1.3 Helvetica, Arial, sans-serif; color: white; }

.cl { clear: left; }
.cr { clear: right; }

h1 { font-size: 160%; margin: 0 0 0.75em 0; }
h3 { font-size: 110%; font-weight: bold; margin: 1.5em 0 0.5em 0; font-weight: normal; }
p { margin: 0.75em 0; }
a { color: white; text-decoration: underline; }

ul { margin: 1em 0 1em 2em; }
	li { display: list-item; list-style-type: disc; margin: 0 0 0.5em 0; }
	
td, th { vertical-align: top; }
th { padding-top: 4px; }
th { padding-right: 15px; }
textarea { width: 250px; }

.logo-section { position: relative; }
	.logo-section img { position: absolute; top: 0; left: 466px; }

#container { width: 766px; margin: 0 auto; background-color: #292A2C; padding: 20px; position: relative; }

#logo { display: block; position: absolute; top: 20px; left: 20px; }

#nav { margin: 100px 0 0 0; border-top: 3px solid #686868; padding: 6px 0; width: 505px; float: right; display }
    #nav ul { float: right; }
    #nav li { float: left; margin-left: 5px; display: block; list-style: none; }
    
#main-image { display: block; clear: both; }

#content { margin: 20px 0 0 0; padding: 0 0 60px 0; background: url(../images/inc_logo.gif) no-repeat bottom right; }
    .column-1 { width: 300px; float: left; }
    .column-2 { width: 200px; float: left; margin-left: 46px; }
    .column-3 { width: 200px; float: left; margin-left: 20px; }
    
    .sidebar-column img { display: block; margin: 0 0 5px 0; }
    .sidebar-column h2 { margin: 0 0 8px 0; }

#text-content { width: 400px; float: left; border-right: 1px solid #a9174d; padding-right: 50px; }
#sidebar-content { margin-left: 450px; border-left: 1px solid #a9174d; text-align: right; }
#sidebar-image { display: block; margin: 0 auto; }
    
#footer { margin: 10px 0; background-color: #222222; border-right: 4px solid #AA124D; text-align: right; padding: 5px; color: #848283; }
    #footer .title { color: white; font-weight: bold; }
		#footer a {  color: #848283; text-decoration: none; }