 	/** {display:none;} I nearly don't like this one to happen on my sites ! */ 

	#OWrapper {
		margin-bottom: 20px;
		height: 100%;
		margin-right: auto;
		margin-left: auto;
		width: 965px;
	}

	#MainNav {
		margin-top: 0px;
		color: #FFF;
		height: 92px;
		width: 967px;
		text-transform: uppercase;
		background-repeat: no-repeat;
		background-image: url(../images/header.png);
	}
	
	#logo {
		background: transparent url(../images/TheAnand-logo.png) no-repeat;
		height: 83px;
		width: 372px;
		text-indent: -9999px;
		float: left;
		margin: 5px 0 0 10px;
		display: block;
	}
	
	/* Page navigation */


	#NavSearch {

	}

	.SearchBtn {
		padding: 4px 10px 5px 10px;
		-webkit-margin: 0 0 -20px 0;
	}

	#Welcome {
		text-align: center;
		height: 64px;
		width: 960px;
		background-repeat: no-repeat;
		background-image: url(../images/WrapTop.png);

	}

	#Welcome h1 {
		padding-top: 20px;
		font-weight: bold;
		font-size: 25px;
		color: #060301;
	}

	#Center {
		width: 960px;
		background-repeat: repeat-y;
		background-image: url(../images/content.png);
		overflow:hidden;

	}
	
	#about {
		background: transparent url(../images/about.png) no-repeat center;
		width: 912px;
		height: 360px;
		margin: 0 0 0 8px;
	}
	
	.aboutme {
	margin: 0 0 0 170px;
	padding: 15px 0 0 0;
	width: 405px;		
	}

	.aboutme h2 {
	font-size: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #fff;		
	}
	
	.aboutme p {
	color: #d2dff3;
	font-size: 14px;
	}
	
	.onlinelife {
	width: 300px;
	margin: 20px 10px 0 0;
	float: right;
	clear: right;
	}
	
	.onlinelife h2 {
	font-size: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #fff;		
	}
	
	.onlinelife p {
	color: #d2dff3;
	font-size: 14px;
	}
	
	.onlinelife ul {
	color: #d2dff3;
	font-size: 14px;
	}
	
	.onlinelife li {
	padding: 5px 0 5px 0;
	}
	
	#posts {
	height: 200px;
	}
	
	.postlisting {
	width: 410px;
	margin: 10px 0 0 50px;
	}
	
	.postlisting h2 {
	font-size: 22px;
	padding: 0 0 10px 0;
	color: #A60000;
	}
	
	.postlisting ul {
	color: #172438;
	font-size: 14px;
	}
	
	.postlisting li {
	padding: 10px 0 10px 10px;
	background-color: #f0f5f9; 
	margin: 5px 0 5px 0;
	-moz-border-radius:4px; 
	overflow: hidden;
	}
	
	.postlisting li a:link { color: #172438; }

	.postlisting li a:hover { color: #3A5B8D; }

	.postlisting li a:visited { color: #172438; }

	a:link { color: #172438; }
	a:hover { color: #3A5B8D; }
	a:visited { color: #172438; }
	
        #startups {
        margin: 30px 0 0 65px;
        width: 400px;
        float: left;
        }
        
        #startups h2 {
      	font-size: 60px;
      	color: #C3D2DF;
      	margin-bottom: 20px;
        }
        
		#startups ul {
		padding: 5px;	
		list-style: none;
		margin: 25px 0 0 0;
		float: right;
		clear: right;
        }
        
        .headline a:hover{
		color: #F0F5F9;
        }
        
        .roundborder {
        border: 1px solid #DEEDF2;
        -moz-border-radius: 5px;

        } 
        
        #Social {
        float: right;
        margin: 30px 40px 0 0;
        }
        
        #Social h2 {
      	font-size: 60px;
      	color: #C3D2DF;
      	margin-bottom: 20px;
        }
        
		#Social ul {
		padding: 5px;	
		list-style: none;
		margin: 25px 0 0 0;
		float: right;
		clear: right;
        }
        
        
	
	
	#Bottom {
		height: 55px;
		background-image: url(../images/footer.png);
		background-repeat: no-repeat;
	}
	
	#pagenavi {
		margin: 0 0 0 50px;
	}
	
	#footer {
		margin: 5px 0 0 30px;
		font-size: 12px;
	}
	
	#footer span {
		float: right;
		margin: -15px 30px 0 0;
	}
	
	#twitter_update_list li { margin: 5px 0 5px 0; border-bottom: 1px solid silver; padding: 10px 0 10px 0; }
	
/* Basic Form Styling */

	textarea {
	background: #FFF;
	padding: 10px 5px 5px 5px;
	color: #121212;
	}
	
	input {
	background: #FFF;
	border: 1px #E1E1E1 solid;
	-moz-border-radius: 3px;
	padding: 5px 5px 5px 5px;
	color: #121212;
	}
	
	.s {
	padding: 5px 5px 6px 5px;
	margin: 0 -8px 0 0;
	}	



