/* *** 
This is internal css for Supreme Realty 2.0
at open realty templates by http://openrealtytemplates.awddesign.co.uk 

 */
body {
	background-color:#333333;
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:0.74em;
	color:#666666;
	cursor:default;
}
/* Image Style */
img {
	padding:2px;
	margin:2px;
	border: 1px solid #000000;
	float:right;
}
/* Normal Headers */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:140%;
	color:#222222;
	text-align:right;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:130%;
	color:#222222;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:120%;
	color:#222222;
}
/* Normal Links */
a {
	color:#A7C54B;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#A7C54B;
	font-weight:bold;
	text-decoration:none;
}
/* The main container */
#container {
	width: 800px;
                align:center;
	height:100%;
	left:0;
	top:0;
	
	border-right:30px solid #799230;
	background-color:#ffffff;
	padding-left:15px;
	padding-right:15px;
}
/* The Grey area to the Right of the page */
#greyarea {
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	width:200px;
	background-color:#444444;
	color:#FFFFFF;
	padding:10px;
	border-left:2px solid #222222;
	border-bottom:2px solid #222222;
}
/* A Header in the Grey Area */
#greyarea h1 { 
	font-size:200%;
	color:#FFFFFF;
	padding:0;
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:4px;
	letter-spacing:2px;
	border-bottom: 3px solid #cccccc;
	padding-bottom:3px;
	text-align:left;
}
/* Format of a Paragraph in the Grey Area */
#greyarea p {
	font-size:90%;
	font-variant:small-caps;
	text-transform:lowercase;
	width:100px;
}
/* A link in the Grey Area */
#greyarea a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#greyarea a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/* The Menu */
#menu {
	width:800px;
	padding:0 1px 1px 1px;
	background-color:#A7C54B;
	border-bottom:1px solid #85a329;
	border-right:1px solid #85a329;
	border-left:1px solid #c9e76d;
	color:#FFFFFF;
	font-weight:bold;
	height:40px;
	margin-bottom:10px;
}
/* A Menu Link */
#menu a {
	height:30px;
	padding:5px;
	background-color:#555555;
	border-right: 1px solid #333333;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #333333;
	margin-right:1px;
	float:left;
	vertical-align:baseline;
	color:#FFFFFF;
	font-size:80%;
	text-decoration:none;
}
#menu a:hover {
	height:30px;
	padding:5px;
	background-color:#333333;
	border-right: 1px solid #555555;
	border-left: 1px solid #111111;
	border-bottom: 1px solid #555555;
	margin-right:1px;
	float:left;
	vertical-align:baseline;
	color:#FFFFFF;
	font-size:80%;
	text-decoration:none;
}

/* The Footer */

#footer {
	width:795px;
	padding:5px;
	background-color:#A7C54B;
	border-top:1px solid #c9e76d;
	border-right:1px solid #c9e76d;
	border-left:1px solid #85a329;
	color:#000000;
	position:relative;
	bottom:0;
	margin-top:5px;
	clear:both;
	font-size:90%;
}
#footer a {
	color:#FFFFFF;
	font-weight:bold;
	width: 800px;
}
#footerspacer {
	height:5px;
	clear:both;
	margin-top:5px;
}
/* The left column thingy infoholder */
#left_column_holder{
	width:130px;
	float:left;
}
.left_colummn {
	padding:5px;
	background-color:#BBD275;
	color:#FFFFFF;
	width:120px;
	border-right: 1px solid #708b16;
	border-bottom: 1px solid #708b16;
	border-top: 1px solid #b3cf5a;
	border-left: 1px solid #b3cf5a;
	margin-right:5px;
	margin-bottom:15px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}
#left_column_holder a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#left_column_holder a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#left_column_holder a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:line-through;
}
#left_column_holder h1 {
	font-size:120%;
	padding:0;
	text-decoration:none;
	margin-bottom:4px;
	margin-top:0;
	color:#FFFFFF;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#555555;
	border-right:1px solid #777777;
	border-bottom:1px solid #777777;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-top:1px solid #777777;
	text-align:center;
}
/* Acornym Style */
acronym {
	font-variant:small-caps;
	cursor:help;
	color:#000000;
	text-decoration:underline;
}

/* The Format of a Paragraph */
#content_holder {
	width:800px;
	float:right;
}
p {
	color:#444444;
	text-align:justify;
	margin-top:0;
	margin-bottom:20px;
	
}
p:first-letter {
	font-size:200%;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 2px 2px;
	padding:2px;
	color:#333333;
	text-transform:uppercase;
	float:left;
}
	
