/* ---------- 1. Defaults ----------- */

*{
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image:  url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

td {
}

th {

}

/* ---------- 2. Structure ----------- */

#container {
	margin: 0 auto;
	width: 970px;
	position: relative;
	padding: 0px;
	text-align: left;
	top: 0px;
	background-color: #ffffff;
	float:auto;
}

html>body #container {
	width: 970px;
}


#header {
	height: 180px;
	padding: 0px;
	position: relative;
}

html>body #header {
	width: 970px;

}

#main {
	position: relative;
	width:100%;
	float:left;
	background-color: #FFFFFF;
}

html>body #main {

}

#menu{
	position: relative;
	width: 160px;
	left:10px;
	margin:10px 10px 10px 0px;
	height: 100%;
	top:0px;
	float:left;
	z-index:2;	
	}

html>body #menu{
	width: 160px;}

#content{
	position: relative;	
	width: 530px;
	top:0px;
	padding:10px;
	float:left; 
	z-index:1;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;	
}

html>body #content{
}

#blog{
	position: relative;
	width: 200px;
	right:0px;
	padding:10px;
	height: 100%;
	top:0px;
	float:left;
	z-index:2;
	background-color: #ffffff;
	float:left;
	}

html>body #blog{
}

#footer{
	height: 70px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	background-color: #0099FF;
	clear:left;
}

html>body #footer{
}

/* ---------- 3. Elements ----------- */

.box {
	border: 1px dashed #0099FF;
	padding: 4px;
}

.box1 {
	border: 1px dashed #eeeeee;
	padding: 4px;
}

.drawer {
		width: 100%;
		}
		
.drawer_expand {
		}
		
.line {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099FF;

		}
		
.line2 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;

		}

/* ---------- 4. Font Styles ----------- */

h1 {
	color: #666;
	font-size: 22pt;
}

h2 {
	color: #666;
	font-size: 16pt;
}

h3 {
	color: #0099FF;
	font-size: 12pt;
}

.side {
	font-size: 12px;	}
	
.link {
	font-size: 12px;
	line-height:2;	}

.blogmenudate {
	font-size: 10px;	}
	
a {
	color: #0099FF;
}

a:hover {
	color: #ffffff;
	background-color: #0099FF;
}

p {
	font-size: 14px;
}

.grey {
	color: #cccccc;
	line-height:1.2;
	font-size: 12px;
}

/* ---------- 5. List Styles ----------- */
ul {
margin-left: 20px;



}

li.list1 {
list-style: disc outside; color: #0099FF;
font-size: 14px;
margin-top:10px;
}

li.list2 {
margin-left:20px;
list-style: circle outside; color: #0099FF;
font-size: 12px;
}

.list1text {
color: black
}li {
	padding-bottom: 10px;
}
