body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}

body
	{ 
	font-family: Georgia, Times New Roman, Times, serif;
	color: #302f2f;
	font-size:12px;
	margin: 0px;
	}
	
h1, h2, h3, h4, h5, h6
{
font-size: 12px;
margin: 0;
}

ul, ol
{
list-style: none;
}

a
{
color: #000;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}
	
h1,h2 
	{
	font-weight:normal;
	padding: 0 0 10px 0;
	}

h1
	{
	font-size:12px;
	}
	
p
	{
	font-size:12px;
	color:#666;
	padding: 0 0 10px 0;
	}
	
hr
	{
	height: 1px; 
	border:0;
	border-top: 1px dashed #666; 
	margin:10px 0;
	}


#logo
	{
	/*background:url(../images/lloydtan_logo.png) no-repeat; */
	height:100px; 
	width:290px;
	}
	
#software_logo
	{
	background:url(../images/software_logos.png) no-repeat;
	margin-left: 40px;
	text-indent:-9000px; 
	height:46px; 
	width:194px;
	}
#container
	{ 
	 width:960px; 
	 margin:0 auto;
	 clear: both;
	}
	
#leftside
	{
	  width:300px; 
	  float:left; 
	  position:fixed;
	 }
	 
	 	ul.nav 
			{
			 text-transform: uppercase; 
			 font-size: 11px;
			 text-align: center;
			}
		
		ul.nav li
			{
			display: inline;
			}
	 
		 #software
			{
			 margin-top:10px
			}
	 
#rightside
	{
	width:640px; 
	float:left; 
	margin-left:320px;
	}
	
	.main_content
		{
			padding: 10px;
		}
		
	.main_content img
		{
		 margin-bottom: 15px;
		 text-align: center;
		}
