/** BASIC */

#container {
	margin:auto;
  width: 920px;
}

* {
	margin: 0;
	padding: 0;
}

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;
	font-size: 18PX;
	padding: 0px;
}

li {
  font-size: 12PX;
}
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: 200px;
	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: 10px 0px 0px 0px;
	text-align: center;
}

/** MENU */

#menu {
	/* float: right; */
	width: 120px;
}

html>body #menu {
}

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

#menu li {
	display: block;
	width: 120px;
	height: 20px;
  padding: 10px 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, body#payments #menu-payments, body#hosting #menu-hosting, body#design #menu-design
{
	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 {
}

#right h3 {
	font-size: 20PX;
	padding: 0px 0px 0px 30px;
	line-height: 60%;
}

/*
#right p {
	padding: 0px 0px 0px 30px;
	line-height: 100%;
}
*/

#right ul {
	font-size: 14PX;
	padding: 10px 0px 0px 10px;
	line-height: 90%;
}

#right li {
  display: normal;
	font-size: 12PX;
	height: 20px;
	padding: 0px 0px 0px 0px;
	line-height: 100%;
 
 }

#right a {
	font-size: 12PX;
	text-transform: uppercase;
}

#mytable1 {
}

#mytable1 table {
  padding: 0px 20px 0px 20px;
}

#mytable1 tr {

}

#mytable1 td {
  
}

/** FOOTER */

#footer {
	clear: both;
	width:880px;

}

#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;
}

