/*
Theme name: keadlam
Author: Adwin Lam
Author URI: http://www.addonelam.net
Date: March 25, 2010
*/

body {
	margin: 30px auto 30px auto; /* clockwise */
	background-color: white;
	font-family: trebuchet ms, helvetica, sans-serif;
	font-size: 100%;
	color: black;
	/*overflow: hidden; */

}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	width: 1024px;
	height: 99%;
}

#left {
	float: left;
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url("images/logo3.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100%;
	width: 150px;
	border-right: 10px solid #ff0000;
}

#nav {
}

#nav #menu li {
	margin: 0 -2px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-weight: bold;
	font-size: 1.8em;
	color: black;
	text-align: right;
	border: 0;
	
}

#nav #menu li:hover {
	color: #ff0000;
	cursor: pointer;
	cursor: hand; /* for older IE */
}
	
#nav a {
	border: none;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
	color: black;
	text-align: right;

}

#nav a:hover {
	color: #ff0000;
}

#loading {
	text-align: center;
	visibility: hidden;
}

#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 70%;
	height: 100%;
	border-right: 10px solid #ff0000;
	overflow: visible;
}


#footer {
	float: right;
	position: absolute;
	bottom: 5px;
	width: 90%;
	height: auto;
	font-size: 0.75em;
}


a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
	color: black;
}


a:link.active, a:visited.active, a:hover {
	color: #ff0000;
}

h1 {
	font-weight: bold;
	font-size: 5em;
	color: #ff0000;
	margin: -22px 0 0 0;
}

h2 {
	margin: 0 0 0 5px;
}

p {
	margin: 0 0 0 25px;
}

