/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12PX;
	color: #006688;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: #995555;
}

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

ul {
	list-style-type: square;
}

a {
	color: #995555;
}

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

.link1 {
	text-decoration: none;
	color: #FFFFFF;
}

.link:hover {
	text-decoration: underline;
}

/** HEADER */

#header {
	float: left;
	width: 180px;
	margin-right: 1px;
	padding: 10px;
}

#header h1 {
	margin: 0px;
	padding-top: 12px;
	text-align: center;
	font-size: 20px;
}

#header h2 {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}
#flash {
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#flash2 {
  clear: both;
	margin: 220px 0px 10px 60px;
	text-align: center;
}
#flash3 {
	margin: 20px 0px 0px 0px;
	text-align: center;
}
#flash_or_ad1 {
	margin: 220px 0px 0px 0px;
	text-align: center;
}

/** MENU */

#menu {
	float: left;
	width: 120px;
}

html>body #menu {
}

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

#menu li {
	display: block;
	width: 120px;
	height: 20px;
  padding: 20px 0px;
	background-color: #995555;
	border-top: 1px solid #C17D7D;
	border-bottom: 1px solid #712D2D;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;

}
#menu li:hover {
	background-color: #006688;

}
#menu a:hover {
	background-color: #6699ff;
}

#menu li a {
	display: block;
	width: 120px;
	height: 20px;
  padding: 0px 0px;
	background-color: #995555;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;

}
#menu li a:hover {
	background-color: #990033;

}

body#home #menu-home, body#services #menu-services, body#support #menu-support, body#about #menu-about, body#contact #menu-contact
{
	background-color: #006688;
/*	background-color: #660000; */
}

/** CONTENT */

#content {
	float: left;
	width: 600px;
	padding: 20px;
	background-color: #FAF6F6;
	border-left: 1px solid #995555;
	border-right: 1px solid #995555;
}

#content h2 {
}

#left {
	font-size: 12px;
}

#right {
}

/** FOOTER */

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	padding: 0px 10px;
	background-color: #995555;
	font-size: small;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}
#footer left {
  float: left;
}
#footer right {
  float: right;
}
