﻿body{
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 0.7em;
	color:#300;
	background-image: url("../images/bgred.jpg");
	background-repeat: repeat;
}

#main {
	padding-top: 30px;
	background-image: url("../images/bg_red.jpg");
	background-repeat: repeat-x;
}

#left {
	position: absolute;
	left: 0;
	width: 350px;
}

#flash {
	width: 350px;
	border: 10px solid #fff;
	background-color: #fff;
}

#bottom {
	padding-top: 1em;
	width: 370px;
}

#right {
	margin-left: 375px;
	width: 425px;
	background: url("../images/vero-coin.jpg") top right;
	height:700px;
	background-repeat: no-repeat;
	background-color: #fff;
}

html>body #right {
	min-height:700px;
    height:auto; 
}

#min {		
	height:700px;
	width:0px;
	float:left;
}

#content {
	padding: 15px;
}

a {
	color: #000;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

p {
	padding-top: 0px;
	margin-top: 0px;
	
	text-indent: 0;
	text-align: justify;
}

h4 {
	margin: 0.5em 0em;
	font-size: 100%;
	color: #300;
}


h5 {
	margin: 0px;
	font-size: 100%;
	font-weight: 100;
	color: #300;
}

form {
	padding: 0px;
	margin: 0px;
}




/* ###### list */
dd {
	padding: 0;
	margin: 0;
}
/* ###### */


#mailing_list {
	padding: 0px 2px;
	margin-bottom: 0.2em;
	vertical-align: middle;
}


#subscription #email {
	float: left;
	margin-right: 1em;
}


#input_email {
	padding-left: 0.2em;
	border: 1px #305486 solid;
	font-family: inherit;
	font-size: 1em;
	color: #003366;
	background-color: #ffffff;
}


#input_email:hover, #input_email:focus, #input_submit:hover {
	background-color: #C1D4E9;
}


#input_submit {
	width: auto;
	height: auto;
	/*padding: 0.2em;*/
	border: 1px #305486 solid;
	font-size: 1em;
	background-color: #ffffff;
}


#support {
	padding: 0px 2px;
	text-align: right;
}

#menutext {
	text-align:left;
	padding-top: 144px;
	padding-bottom: 1em;
	background: url("../images/vero-coin-bas.jpg") top right;
	background-repeat: no-repeat;
}

#menutext ul {
	margin:0;
	padding:0;
	padding-left:6.5em;
}

#menutext ul li {
	display:inline;
	margin-right:0.4em;
}

#menutext ul li a {
	color:#8DB5C2 ;
}

.stroke {
	margin-bottom: 0.5em;
	border-top: 1px solid #8DB5C2;
}

#link {
	margin:1.5em 0;
}

/* ###### generic classes */
.clearer {
	clear: both;
	height: 0px;
	line-height: 0em;
}