body				{	margin:0px;
						border:0px;
						padding:0px;
						color:#EEEEEE;
						background-color:#000000;
						font-family:Georgia, "Times New Roman", Times, serif;
						font-size:14px;
						font-weight:bold;
						text-align:center;
						overflow:auto;	}
						
div					{	width:auto;
						height:auto;
						margin:0px auto 0px auto;
						font-size:0px; text-align:right;
						text-align:center;
						font-weight:normal;	}
						
div.field			{	height:auto;
						width:864px;
						margin:0px auto 0px auto;
						background-color:#000000;
							}

div.post	{
	width:400px;
	height:400px;
	float:left;
	right:0px;
	margin:20px 20px;
	overflow:auto;
	}
	
div.post_inner_block	{
	width:80%;
	height:auto;
	margin:10%;
}
	
div.wide	{
	width:800px;
	height:auto;
	}
						
body.content		{	width:1000px;
						height:auto;
						overflow:hidden;	}
						
				

h1					{	width:100%;
						height:auto;
						margin:0px 10px 0px 0px;
						padding:0px;
						border:0px;
						font-size:16px;
						font-weight:normal;
						text-align:right;
						display:table;
						color:#EEEEEE;
						background-color:#000000;	}
						
h2					{	width:100%;
						height:auto;
						margin:0px 0px 0px 0px;
						padding:0px;
						border:0px;
						font-size:20px;
						font-weight:bold;
						text-align:left;
						color:#000000;
							}
						
h3					{	width:100%;
						height:auto;
						margin:10px 0px 10px 0px;
						padding:0px;
						border:0px;
						font-size:12px;
						font-weight:normal;
						text-align:right;
						display:table;
						color:#EEEEEE;
						background-color:#000000;	}
					
p					{	width:100%;
						height:auto;
						margin:10px 0px 10px 0px;
						padding:0px;
						border:0px;
						font-size:16px;
						font-weight:normal;
						text-align:justify;
						display:table;
						color:#000000;
							}
					
ul, li				{	font-size:12px;
						list-style:none;
						text-align:left;
						margin:10px 10px 10px 10px;
						border:0px;
						padding:0px;	}

ul.menu				{	font-size:0px;
						margin:0px;
						border:0px;
						padding:0px;	}
						
li.menu				{	font-size:0px;
						margin:0px;
						border:0px;
						padding:0px;
						display:inline-block;
						float:left;	}
						
div.designedBy		{	width:100%;
						font-size:10px;
						text-align:right;	}
						
form				{	color:#EEEEEE;
						font-size:12px;
						text-align:left;
						margin:10px 0px 10px 0px;
						padding:0px;
						border:0px;	}
						 
input				{	width:90%;
						margin:0px;
						padding:5px;
						border:2px;
						border-style:solid;
						border-color:#000000;
						color:#000000;
						background-color:#EEEEEE;	}
						
input.submit	{
	width:30%;
	margin-right: 70%;
	

}

input.submit:hover	{
	background-color:#A0A0A4;
	font-weight:bold;
}

input.submit:active	{
	background-color:#EEEEEE;
	color:#000000;
}
						
textarea			{	width:90%;
						height:200px;
						overflow:auto;
						margin:0px;
						padding:5px;
						border:2px;
						border-style:solid;
						border-color:#000000;
						text-align:left;
						display:table;
						color:#000000;
						background-color:#EEEEEE;	}


img					{	margin:0px;
						border:0px;
						padding:0px;	}
						
img.post	{
	float:left;
}

div.clear	{
	clear:both;
}	

a					{	text-decoration:none;
						text-decoration:underline;
						font-weight:bold;	}
a:link				{	color:#CE6824;	}
a:visited			{	color:#CE6824;	}
a:hover				{	color:#FC921D;	}
a:active			{	color:#CE6824; font-weight:bold;	}
