/* ------------------------------------- SIRAMIK - SIRAMIK.CSS ------------------------------------	*/
/* CREATED:			01/09/2007																		*/
/* AUTHOR:			TB																				*/
/* REVISION:		1.0																				*/
/* AMENDED:			-																				*/
/* AMENDMENTS:		-																				*/
/* ------------------------------------------------------------------------------------------------ */

/* -------------------------------------- PREDEFINED ELEMENTS -------------------------------------	*/
* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color: black;
	margin-top: 10px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a73441;
	text-align:left;
	font-size:.9em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a73441;
	text-align:left;
	font-size:.8em;
}
p {
	text-align:justify;
}
b {
	color: #a73441;
}
ul li {
	margin-left: 35px;
	text-align:left;
}
/* ------------------------------------------- WRAPPERS -------------------------------------------	*/
#bgwrapper {
	margin: 0;
	width:769px;
	align:center;
	background-color:blue;
}
#wrapper {
	width: 760px;
	margin: 0;
	background-color:white;
	border: 1px solid #a73441; 
}
/* -------------------------------------------- HEADER --------------------------------------------	*/
#header {
	height: 118px;
	width:760px;
}
#header img{
	margin:0;
	padding:0;
}
/* -------------------------------------------- BANNER --------------------------------------------	*/
.menubuttons {
	height: 20px;
	width: 760px;
	background-image: url(../images/structure/banner.jpg);
	text-align: center;
	color:white;
	text-decoration:none;
}
.menubuttons a{
	color:white;
	text-decoration:none;
}
/* -------------------------------------------- CONTENT--------------------------------------------	*/
#content {
	width: 760px;
	background-image: url(../images/structure/extracont.jpg);
}
/* ----------------------------------------- EXTRA CONTENT ----------------------------------------	*/
#contentHome {
	background-color:white;
	padding:10px;
}
/* ----------------------------------------- RIGHT LOGO -------------------------------------------	*/
#logofloatright {
	float: right;
	clear: left;
	margin-right: 35px;
	vertical-align:top;
}
/* ----------------------------------------- LEFT CONTENT -----------------------------------------	*/
#bodycontentfloatleft {
	width: 720px;
	float: left;
	margin-left: 20px;
	vertical-align:top;
	background-color:white;
}
#bottombuttons {
	width: 760px;
	height: 119px;
}

.menubuttons {
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.right {
	float: right;
	margin-right: 35px;
	padding: 10px;
}
.rightsmall {
	float: right;
	padding: 10px;
}
.left {
	float: left;
}
.leftsmall {
	float: left;
	padding: 10px;
}
.alinks{
	text-decoration: none;
	color: #a73441;
}
.alinks:hover {
	text-decoration: underline;
	color: #a73441;
}
.redtext {
	color: red;
}