body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: small;
	text-align: left;
	background-color: #007DC2;
	background-image: url(g/bg.png);
	background-repeat: repeat;
}



p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
}

li {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}









#container {
	width: 768px;
	margin: 0 auto 0 auto;
	text-align: left;
	/*background-color: #FFF;*/
	/*background-image: url(g/container-bg.png);*/
	background-position: top;
	background-repeat: repeat-x;
}

#header {
	width: 768px;
	height: 36px;
	background-image: url(g/header.png);
	background-position: left;
	background-repeat: no-repeat;
}


#head {
	width: 768px;
	height: 248px;
	background-image: url(g/head.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#logo {
	padding-top: 0px;
	padding-left: 71px;
	float: left;
}
#logo img {
	border: none;
}

#navig {
	float: left;
	clear: both;
	padding-top: 40px;
	padding-left: 22px;
	line-height: 18px;
}

#navig a {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #777;
	text-decoration: none;
}
#navig a:hover {
	color: #555;
}


#content {
	width: 768px;
	color: #666;
	background-color: #FFF;
	padding-top: 10px;
}

#content h1 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: x-large;
	color: #777;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 6px;
}

#content h2 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: medium;
	color: #777;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 3px;
}

#content h3 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: small;
	color: #777;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 3px;
}

#content a {
	color: #777;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #555;
}



#leftpanel {
	width: 250px;
	height: auto;
	float: left;
}

#left {
	width: 250px;
	margin: 0px;
	/*margin-left: 10px;*/
	padding-top: 0px;
	padding-left: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: auto;
	float: left;
	text-align: left;
	background-image: url(g/left.png);
	background-position: top;
	background-repeat: repeat-y;
}

#left2 {
	width: 250px;
	height: 86px;
	vertical-align: bottom;
	float: left;
	clear: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: Aqua;
}



#right {
	width: 475px;
	margin-top: 0px;
	margin-left: 274px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: auto;
	font-size: small;
}






#foot {
	width: 768px;
	height: 53px;
	clear: both;
	margin-top: 25px;
	background-color: #FFF;
	background-image: url(g/foot-bg.png);
	background-repeat: no-repeat;
}

#menudown {
	font-size: x-small;
	padding-top: 20px;
	padding-left: 290px;
	color: #CCC;
}

#menudown a {
	color: #888;
	font-weight: normal;
	text-decoration: none;
}

#menudown a:hover {
	color: #444;
}


#footer {
	width: 768px;
	height: 24px;
	clear: both;
	background-image: url(g/footer-bg.png);
	background-repeat: no-repeat;
}

#cheapdesign {
	float: left;
	padding-top: 18px;
	padding-left: 30px;
}
#cheapdesign img {
	margin: 0px;
	border: 0px;
}


.blank {
	width: 768px;
	height: 20px;
}

.fix {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #777;
}



.print {
	padding-top: 15px;
	font-size: x-small;
}





/* start of print*/


@media print {
  body {
	color: black;
	background-color: white;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
	text-align: left;
}

#container {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: black;
	background-color: white;
	page-break-after: avoid;
	}

	
#content h1 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: xx-large;
	color: #777;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 6px;
}

#content h2 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: x-large;
	color: #777;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 3px;
}

#content h3 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: large;
	color: #777;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 3px;
}
	
#header {
	display: none;
}
#head {
	display: none;
}
#navig {
	display: none;
}
#left {
	display: none;
}

#right {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: medium;
	color: black;
	text-align: left;
	position: static;
	/*page-break-after: avoid;*/
	}


#foot {
	display: none;
}
#footer {
	display: none;
}

.print {
	display: none;
}

} /* end of print*/

