/* General */

body {
	margin: 0;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.transparent {
    filter:alpha(opacity=90);
    background-color:green;
    display:none;
    width:170;
    height:100;
    position:absolute;
    color: white;
    border: 1 green solid;
}


p, body {font-size: 16px; font-family: "Arial", Georgia, Verdana;color: #000000;}
input, select, option {font-size: 12px; "Arial", Georgia, Verdana}
td {font-family: "Arial", Georgia, Verdana; font-size: 16pt} 
img {float:right;margin-left:10px;margin-right:0px;margin-top:10px;margin-bottom:10px;vertical-align:middle;border:none;}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* Header */

#header {
	width: 1004px;
	height: 105px;
	background: url("minV_images/header.png") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 15px;
		left: 0px;
		width: 780px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #006600;
		font: oblique 32px "Arial", Georgia, Verdana;
		padding-bottom: 0px;
	}
	
	#header #header-info h1 a {
		color: #006600;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #006600;
		font: normal 18px "Arial", Georgia, Verdana;
	}


/* Main */

#main {
	width: 1004px;
	background: url("minV_images/main.png") repeat-y;
	min-height: 100px;
}

#main-top {
	width: 1004px;
	height: 16px;
	background: url("minV_images/top.png") no-repeat;
}

#main-bottom {
	width: 1004px;
	height: 16px;
	background: url("minV_images/bottom.png") no-repeat;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 680px;
		padding: 0 70px 0 40px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	
	
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 200px;
		text-align: left;
		color: #000000;
		font: normal 13px "Arial", Verdana;
		margin-top: 0px;
	}
	

/* Footer */

#footer {
	width: 1004px;
	height: 40px;
	background: url("minV_images/footer.png") no-repeat;
	color: #000000;
	font: normal 14px "Arial", Verdana;
	text-align: center;
}

#footer a {
	font: normal 14px "Arial", Verdana;
}

