/* CSS Document */


body {
    font: 13px Arial, Helvetica, sans-serif;
    color: #393939;
	margin:0;
	padding: 0;
	text-align: center;
	line-height:1.4;
	}

a {
	text-decoration: none;
	}

a:link {
	color: #FC1C33;
	}

a:visited {
	color: #FC1C33;
	}

a:active {
	color: #FC1C33;
	}

a:hover {
	color: #FC1C33;
	text-decoration: underline;
	}

h1, h2, h3 {
	color: #0BA5D1;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}
	
h1 {
	font-size: 24px;
	}

h2 {
	font-size: 18px;
	}

h3 {
    margin: 5px 0 5px 0;
	font-size: 14px;
	}
	
#container {
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0px;
	width: 775px;
	}

#header {
	background: #FFFFFF url(http://blog.notsoso.com/design/header2.gif) no-repeat;
	height: 58px ;
	margin: 20px auto 0 auto;
	text-align: left;
	padding: 0px 0 0px 0;
	width: 775px;
	}
	
#header h1 {
	display: none;
	}
	
#content {
    background:#FFFFFF url(http://blog.notsoso.com/design/bg2.jpg) repeat-y;
	margin: 10px auto 0 auto;
	text-align: center;
	padding: 30px 0 0 0;
	width: 775px;
	}

#topnav {
float:left;
	width: 365px;
	margin:0;
	padding: 0 0 0 35px;
	}
	
#topnav UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	} 

#topnav LI {
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
	}
	
#topnav A {
	color:#FFFFFF;
	display:block;
	width:auto;
	float:left; /* added by phiw */
	text-decoration:none;
	font-weight:bold;
	background: #0BA5D1;
	margin:0;
	padding: 5px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 0px solid #aaa;
}
/* added by phiw */
		/* hide from IE Mac \*/
			#topnav A {
			float:none;
			}
	/* end hide */	
#topnav A:hover, #topnav A:active {
	background: #FC1C33;
	}

#topnav A.here:link, #topnav A.here:visited {
	position:relative;
	z-index:102;
	background: #FC1C33;
	font-weight:bold;
	}
	

	
	
	
#tour {
    float: left;
	margin: 0 auto;
	text-align: right;
	padding: 15px 30px 0 10px;
	width: 100px;

	}	
	
	
#search {
    float: left;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0 10px;
	width: 195px;
	}
	
#main {
    float: left;
	margin: 25px auto;
	text-align: left;
	padding: 0px 0 0 45px;
	width: 495px;
	
	}
	
#sidebar {
    float: left;
	margin: 25px auto;
	text-align: left;
	padding: 0px 0 0 10px;
	width: 190px;
	
	}
	
#sidebar h1 {
	font-size: 18px;
	color: #393939;
	}

#sidebar h2 {
	margin-top: 15px;
	font-size: 13px;
	font-weight:bold;
	color: #393939;
	}

#sidebar h3 {
	font-size: 12px;
	color: #393939;
	}
	
#sidebar ul {
	padding: 0;
	margin: 0;
	list-style:none;
	}
	
#footer {
    background:#FFFFFF url(http://blog.notsoso.com/design/footer2.jpg) no-repeat;
	height: 74px;
	margin: 0 0 40px 0;
	text-align: center;
	padding: 0px 0 0 0;
	width: 775px;
	}

p {
	padding: 0 25px 0 0;
	margin: 0;
	text-align:justify;
 
	}	
	
	
.footer {
	padding: 25px 0 0 0;
	font-size: 11px;
	margin: 0;
	text-align:center;
 
	}	
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */