body  {
	margin: 0;
	padding: 0;
	background-color: #333333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	margin: auto;
	}
#wrap {
	width: 1024px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/base.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header1 {
	background-image: url(../images/header_1.jpg);
	height: 308px;
	padding: 0;
}
#header2 {
	background-image: url(../images/header_2.jpg);
	height: 308px;
	padding: 0;
}
#header3 {
	background-image: url(../images/header_3.jpg);
	height: 308px;
	padding: 0;
} 
#header4 {
	background-image: url(../images/header_4.jpg);
	height: 308px;
	padding: 0;
}
.logo   {
	top: 115px;
	position: relative;
	left: 10px;
}
#container {
	height: 120px;
	width: 420px;
	margin-left: 600px;
	position: relative;
	margin-top: 5px;
}

/* Menu */

#menu {
	position: relative;
	top: 190px;
	left: 0px;
	clear: both;
	width: 676px;
	float: right;
}

 
#menu a {
	line-height: 58px;
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

#menu span {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

#menu a:hover {  
	color: #cc6666;
}

#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

#menu li a {
	height: 35px;
	display: block;
	float: left;
	line-height: 35px;
	text-decoration: none;
}


#menu li span {  
	display: block;
}

#menu li.background {
	position: absolute;
	top: 28px;
	visibility: hidden;
	z-index: auto;
}
  
#menu li.background .left {
	height: 1px;
	background: #cc6666;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftcol {
	float: left;
	width: 300px;
	background-image: url(../images/leftbtm.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


/* Sidebar */

#sidebar {
	background-image: url(../images/leftcol.jpg);
	padding-top: 48px;
	padding-right: 24px;
	padding-left: 24px;
	width: 252px;
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#sidebar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 36px;
	margin-right: 36px;
}
#sidebar ul {
	list-style: none;
}

#sidebar a {
	display: block;
	text-decoration: none;
	color: #666666;
	font-family: Georgia, Times, serif;
	font-size: 16px;
}

/* Sidebar2 */

#sidebar2 {
	background-image: url(../images/leftcol.jpg);
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 24px;
	width: 276px;
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#sidebar2  ul {
	color: #cc0033;
	font-family: Georgia, Times, serif;
	font-size: 16px;
}
#sidebar2   li {
	list-style-type: none;
}
#sidebar2  li a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #cc0033;
}

/* Main panel*/

#mainContent {
	background-image: url(../images/rightcol.jpg);
	background-repeat: no-repeat;
	background-position: 64px top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 48px;
	padding-right: 110px;
	padding-bottom: 0px;
	padding-left: 100px;
} 
#mainContent p {
	font-family: Georgia, Times, serif;
	font-size: 16px;
}
#mainContent a {
	color: #cc0033;
	text-decoration: underline;
}
#mainContent h1 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}
#mainContent li {
	color: #666666;
	list-style-image: url(../images/dot.jpg);
}
#mainContent ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote {
	color: #666666;
	margin-left: 18px;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Footer*/

#footer {
	margin-left: 350px;
} 
#footer p {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #996699;
	line-height: 40px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer a {
	color: #cc0033;
	text-decoration: none;
}
.hilite {
	color: #cc0033;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* image modules */
.module_dev {
	padding: 8px;
	width: 546px;
	height: 127px;
	background-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
.module_dev div {
	background-color: #FFFFFF;
	text-align: right;
	height: 127px;
}
.module_dev div div {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-top: 40px;
	height: 87px;
	padding-right: 12px;
}
.module {
	padding: 8px;
	width: 546px;
	height: 127px;
	background-color: #ffcccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
.module div {
	background-color: #FFFFFF;
	text-align: right;
	height: 127px;
}
.module div div {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-top: 40px;
	height: 87px;
	padding-right: 12px;
}
.module_blue {
	padding: 8px;
	background-color: #99cccc;
	height: 127px;
	width: 127px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.gallery {
}
.gallery_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #996666;
}
#gallery p {
	padding-bottom: 18px;
	color: #666666;
}
.smltext {
	font-size: 12px;
}
