html, body {
  height: 100%; /* Required */
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#header {
	background-image: url(../images/upper_slice.gif);
	background-repeat: repeat-x;
	height: 120px;
}


#menu {
	text-align:right;
	font-size:10px;
	padding-right:30px;
	font-weight:bold;
	margin-bottom:5px;
}

#menu a {
	text-decoration:none;
	color:#000000;
}

#menu a:hover {
	text-decoration:underline;
	}

#boxes_layer {
	width: 120px;
	float: left;
	padding: 0px 10px 10px 10px;

}

#languages_box {
	float:right;
	padding: 10px 20px 0px 0px;
}

/*
.box_proto {
	margin-left:30px;
	width:100px;
	height:100px;
	border:medium solid #619735;
	border-width:2px;
	background-image:url(../images/box_corner.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}

.box_proto a{
	text-decoration:none;
	color:#000000;
}
*/
.mainbox_proto {
	margin-left:210px;
	margin-right:30px;
	min-width:500px;
	min-height:335px;
	border:medium solid #619735;
	border-width:1px;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}

.mainbox_proto a { text-decoration:none; color:#333; outline:none; }
.mainbox_proto a:hover { text-decoration:underline; color:#2971a7; }


.mainbox_proto h3 {
	font-size:11px; font-weight:normal; color:#888; padding-bottom:0em; margin-bottom:0.3em; border-bottom:1px solid #ccc;
}

.mainbox_proto h4 { font-size:12px;}




/* for Internet Explorer */
/*\*/
* html .mainbox_proto {
	margin-left:210px;
	margin-right:30px;
	min-width:500px;
	min-height:335px;
	height:335px;
	border:medium solid #619735;
	border-width:1px;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}
/**/


#footer {
	background-image: url(../images/lower_slice.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height: 102px;
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
}


#footer_text {
	margin-top:90px;
	padding-right:10px;
	text-align:right;
	font-size:8px;
}

#container-page {
  margin: 0 auto;
  width: 100%;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

.clear {
	clear:both;
}

#seperator {
	width:100%;
	height:50px;
}

input {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
}
form p {
	padding:0;
	margin:2px;
}

h1 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

.seperator {
	clear:left;
}

/*BOXY STYLES*/
.sboxy {
	width:180px;
	background-image: url(../images/middle_box.gif);
	background-repeat: repeat-y; 
	font-size:10px;
}

.sboxy .header {
	background-image: url(../images/upper_box.gif);
	min-height:70px;
	background-repeat: no-repeat; 
	
}

.sboxy .header h1 {
	font-size:10px;
	font-weight:bold;
	text-align:right;
	padding:5px 10px 0 0;
}

.sboxy .header p {
	font-size:10px;
	text-align:right;
	padding:0 10px 0 0;
}

.sboxy .header a {
	font-size:10px;
	color:blue;

}

.sboxy .footer {
	background-image: url(../images/bottom_box.gif);
	height:8px;
}
