/** BASIC */

body {
	color: #4c4c4c;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	float: none;
	opacity: 1;
	clear: none;
	z-index: 1;
	margin-top: 50px;
	margin-left: 30px;
	padding: 10px;
	margin-right: 100px;
	display: block;
	width: 800px;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}

p, ol, ul {
	line-height: 160%;
}

a {
	color: #4c4c4c;
}

a:hover {
	text-decoration: none;
	color: #f00;
}

/* My Comment */

/** HEADER */

#header {
	float: left;
	position: relative;
	border-color: #fff;
	clear: right;
}

#header h1 {
	margin: 0px;
	font-size: 2.2em;
}

#header h2 {
	margin: 0px;
	font-size: 1em;
}

/** MENU */

#menu {
	padding: 2.em 0em 0em 2em;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}



#menu a {
	margin: 0px 0px 0px 0px;
	padding: .2em 1em;
	background-color: #4c4c4c;
	text-decoration: none;
	text-transform: capitalize;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#menu a:hover {
	background-color: #4c4c4c;
}

/** CONTENT */

#content {
	clear: none;
	margin: 1em 0px;
	padding: 40px 40px 40em;
	display: compact;
	left: 0;
	float: none;
	border-style: dotted;
	border-bottom-color: navy;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top: 3px ridge #4c4c4c;
}

#content h2 {
}

#left {
	float: left;
	width: 55%;
	padding-right: 4%;
	display: block;
	text-align: center;
}

#right {
	float: left;
	width: 35%;
	padding-left: 4%;
	border-left: 1px dashed #CCCCCC;
}

/** FOOTER */

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: small;
	color: #0a0084;
}
