body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background: #FFF url(../images/bg/back.jpg) repeat-x;
}

.left {
	float: left;
	}

.right {
	float: right;
	}

/***** LINKS *****/
a:link {
	color: #996699;
}
a:visited {
	color: #996699;
}
a:hover {
	color: red;
}
a:active {
	color: red;
}

h3,h4 { 
	margin: 0;
}

/***** STRUCTURE *****/
div#wrapper {
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		min-width: 840px;
		max-width: 1000px;
		width: expression(document.body.clientWidth > 1000? "1000px": "auto" );
}
div#main {
	width: 840px;
	align: center;
	background-color:#FFFFFF;
	height:360px;
	
}
div#menu {
	width: 840px;
	align: center;
	background-color:#FFFFFF;
	height:auto;
	
}
.boxes_half {
	width:380px;
	height:320px;
	margin: 5px;
}
#left {
	float:left;
}
#right {
	float:right;
}
.boxes_grey {
	background: #666666;
	width:300px;
	height:auto;
	color: #FFFFFF;
	padding: 5px;
}

/* Two Columns */

.about #down, .contact #down {
	overflow: hidden;
	}

.about #center, .contact #center {
	margin-left: 240px;
	padding-left: 240px;
	padding: 10px;
	width: 600px;
	}
.contact #center {
	border-left: 1px solid #E6EEF7;
	}
.about #center {
	border-left: 1px solid #F8EBF4;
	}
.about #left, .contact #left {
	border-right: 1px solid #FFFFFF;
	padding: 9px;
	width: 220px;
	font-weight: bold;
	background: #E6EEF7 url(../images/bg/Floral-bg.gif);
	float: left;
	}
.contact #left {
	background: #E6EEF7 url(../images/bg/Floral-bg.gif);
	}
.about #left {
	background: #F5E4F0 url(../images/bg/Floral-bg.gif);
	}

div#top{
	height: 70px;
	position: relative;
}

span#header {
	position: absolute;
	display: block;
	left: 19px;
	top: 27px;
	width: 1014px;
	height: 71px;
	z-index: 1;
	background: green url(/images/header/rotator.php) 0 0 no-repeat !important;
	filter: alpha(opacity=50); filter:alpha(opacity=30);	opacity: 0.2; -moz-opacity:0.2;
}


div#bottom {
	background: #737395 url(http://metafrost.net/images/menu/Ver2/back.jpg) repeat-x;
	height: 20px;
	text-align: center;
}


div#bottom a {
	height: 44px;
	padding-top: 5px;
	font-size: 10px;
	color: #A2A7A9;
	text-align: center;
}


#picWindow {
	margin: 0;
	padding: 0px 0;
	background: #47505A url(/images/picWindow.png) 0 0 repeat-x;
}

#navCenter {
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

#nav {
	width: 180px;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

#navtop {
		background: #F1F1F5 url(images/navtop_bg.jpg) 0 0 repeat-x;
}

div.navTitle h3 {
	margin-left: -8px;
	margin-right: -7px;
	line-height: 29px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 8px;
	color: #57616E;
}

div.navTitle {
	padding-left: 9px;
	padding-right: 9px;
}

div.navContent {
	text-align: left;
  background: #ffffff url(images/navcont_bg.jpg) 0 0 repeat-x;
}

div.navContent a {
color: #394048;
text-align: left;
}

#footer {
	font-size: 6pt;
	text-align: center;
	padding: 0.3em 0;
	height: 50px;
/*	background: #fff url(http://silatrend.com/images/bg/footer_bg.jpg) repeat-x top;*/
}

.noWrap {
  width: 180px;
  white-space: nowrap;   overflow: hidden;
}


div.tagCloud {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

div.tagCloud a {
	text-align: center;
	text-decoration: none;
}
.siteLinks {
	margin: 0 0 0 0;
   	height: 20px;
	text-align: left;
	 background: #737395 url(http://metafrost.net/images/menu/Ver2/back.jpg) repeat-x;
}
h1 {
	font-size: 150%;
	font-weight: normal;
	margin: 0;
	}
h2 {
	font-size: 120%;
	font-weight: normal;
	margin: 0;
	}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	color:#990000;
	}
h4 {
	font-size: 105%;
	font-weight: bold;
	margin: 5px;
	text-align: left;
	}
h5 {
	font-size: 80%;
	font-weight: bold;
	margin: 5px;
	}
h6 {
	font-size: 64%;
	font-weight: bold;
	margin: 0;
	}
#p5 {
font-size: 80%;
margin: 0;
}
#p6 {
font-size: 64%;
margin: 0;
}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 100%;
	text-align: left;
	line-height: 180%;
	list-style-image:url(../images/bullet_bluArrow.gif)
	}
p {
	font-size: 100%;
	line-height: 120%;
	padding: 5px;
	margin: 10px;
	text-align: left;
	}
pre {
	font-family: monospace;
	font-size: 90%;
	}
strong, b {
	font-weight: bold;
	}
IMG.icon { 
float: left;
margin: 0 10 20;
}
IMG.right { 
float: right;
margin: 20px;
}

/*** Effects ***/
#dhtmltooltip{
		position: absolute;
		width: 300px;
		border: 3px solid #E6EEF7;
		padding: 2px;
		background-color: #FFF;
		visibility: hidden;
		z-index: 100;
		/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}