/*
Design António Gonçalves Santos
http://www.agsdesign.org
*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	float: none;
}

body {
	font-size: 11px;
	background-position: center center;
	background-color: #000066;
}

h1 {
	font-size: 11px;
	color: #333333;
}

h2 {
	font-size: 11px;
	color: #333333;
}
h2:hover {
	font-size: 11px;
}

h3 {
	font-size: 11px;
	color: #FFCC33;
}

h4 {
	font-size: 11px;
	color: #333333;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	outline-color: #FFFFFF;
}

b {
	color: #333333;
}

b:hover {
	text-decoration: none;
}
/* Logo */

#logo {
	width: 830px;
	margin: 0 auto;
	height: 120px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	height: 1040px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Left */

#left {
	float: left;
	width: 200px;
	height: 640px;
	border-left-width: 10 px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#left h2 {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
}

#left h3 {
	text-align: left;
	list-style: none;
	line-height: 14px;
	font-weight: normal;
	color: #000000;

}
#left h4 {
	text-align: left;
	line-height: 14px;
	font-weight: normal;
	color: #333333;

}

#left a {
	text-decoration: none;
	font-size: 11px;
}

#left a:hover {
	text-decoration: none;
	color: #FFCC33;
	
}

/* Center */

#center {
	float: left;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	width: 410px;
	height: 640px;
	background-color: #FFFFFF;
}

#center h2 {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
}

#center h3 {
	text-align: left;
	list-style: none;
	line-height: 14px;
	color: #000000;

}

#center h4 {
	text-align: left;
	list-style: none;
	line-height: 14px;
	font-weight: normal;
	color: #666666;

}




/* Right */

#right {
	float: left;
	width: 200px;
	height: 640px;
}

#right h2 {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}

#right h3 {
	text-align: left;
	list-style: none;
	line-height: 14px;
	color: #FFCC33;

}

#right h4 {
	text-align: left;
	list-style: none;
	line-height: 14px;
	font-weight: normal;
	color: #666666;

}

#right a {
	text-decoration: none;
	font-size: 11px;
}

#right a:hover {
	text-decoration: none;
	color: #FFCC33;
}


/* additional */

#modul01 {
	float: left;
	width: 200px;
	height: 400px;
}

#modul02 {
	float: left;
	width: 200px;
	height: 400px;
	border-left-width: 10px;
	border-left-style: solid;
}

#modul03 {
	float: left;
	width: 200px;
	height: 400px;
	border-left-width: 10px;
	border-left-style: solid;
}

#modul04 {
	float: left;
	width: 200px;
	height: 400px;
	border-left-width: 10px;
	border-left-style: solid;
}

/* Footer */

#footer {
	width: 830px;
	margin: 0 auto;
	height: 30px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}

#footer p {

}

#footer a {
}
