/* CSS Document
 *	File    	:   default.css
 *	System      :   Sorensen Wealth Management Blog
 *	Author      :   Smart Marketing > Christy Sobolewski
 *	Description :   Sets layout and default styles for entire site 

 *					This file is required on all pages
 */

/* ********** PRINT RELATED *************************** */
.print {display:none;}

/* ********** STANDARD HTML *************************** */
ul, ol, p, a, div, h1, h2, h3, h4, h5, h6, blockquote, span, table tr td {font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma; font-weight:normal;}
a, a:hover, a:visited, a:active {}
h2 {font-weight:bold; font-size:24px; font-family:"Times New Roman", Times, serif;}
ul li {list-style-type:disc; list-style-position:outside; margin-left:20px; line-height:16px; margin-bottom:10px;}
strong {font-weight:bold;}


/* ********** PAGE LAYOUT *************************** */
body {margin:0; padding:0; line-height:15px; text-align:center; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size:80%;}
#wrapper {width:980px; margin:0 auto 0 auto; position:relative; text-align:left;}
#header {margin:0; padding:0; width:980px; height:292px;}
#content {background:url(../images/body_top.jpg) no-repeat 0 0; position:relative;}
#col1 /*sidebar*/ {padding-top:110px; float:left;}
	#col1 #col1_content {float:left; padding:0 12px 0 12px;}
#col2 /*content*/ {background:url(../images/main_repeat.jpg) repeat-y 0 0; padding:0; float:left; margin-top:100px; width:670px;  margin-left:5px;}
	#col2 #col2_top {width:670px; min-height:400px;}
		#col2 #col2_top p {margin-right:25px;}
		#col2 table {max-width:650px; margin:0 auto; !important}
	#col2 #col2_top #col2_bot {background:url(../images/main_bottom.jpg) no-repeat bottom left; margin-top:12px; clear:both;}
#footer {}

