/* CSS Document */
/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
/*ul,ol { list-style:none } */

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

ul { margin:0; padding:10 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/****************************/
/*Softmaxx Default Stylesheet*/
/****************************/

body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #c9c9c9;
	border-top:0px solid #000000;
	margin-left: 0px;
	margin-top:0px;
	padding-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

a {outline:none;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#wrapper{width:940px; margin:0 auto 0 auto;}
#content{background-color:#FFFFFF; margin: 10px 0 0 0; border:solid 1px #c9c9c9; width:938px;}
#header{width:100%; float:left;}
#logo{ display:inline; margin:35px 0 3px 30px; float:left}
#links{ display:inline; float:right; margin:3px 35px 3px 0px;}
#left{float:left}
#centerpic{margin:50px 30px 35px 30px; width:}
#text{margin:30px 30px 50px 50px; font-family:Tahoma; font-size:14px; line-height:16px; color:#333333;}
#text p{margin-bottom:16px;}
#text_left{ width:355px; padding-right:30px; float:left}
#text_right{ width:490px; float:left}
.text_title{margin:0 0 30px 0;}
