﻿/*copyright justmagicdesigns*/
/* CSS layout */

/* MENU */
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	padding: 0px;
	border: 1px solid #008080;
}
.centremenu {
	text-align: center;
	background-color: #FFFFFF;
}
.borderMenu {
	border-width: 0px;
}



/* WRAPPER */
.text-style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006666;
	text-align: left;
}

#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: justify;
	background-image: url('images/yingyangbackground.jpg');
}


/*CONTAINER MAIN TEXT */
.img-left {
float:left;
margin-right: 5px;
margin-bottom:5px;
}

body {
	min-width: 760px;


}
#left_col {
	width: 300px;
	position: absolute;
	left: 45px;
	top: 10px;
}

#page_content {
	margin-left: 445px;
}
.style7 {
	background-color: #E1FFFF;
	border: thin solid #9BEDE9;
	text-align: center;
}

#container {
	position: relative;
	width: 100%;
}
/* STYLES */
.backgroundimage {
	background-image: url('images/yingbackgrnd.jpg');
}

/* TABLE STYLES */




