* {
	margin : 0;
	padding : 0;
}

a {
	color : #437fda;
	text-decoration : none;
}
a:visited {
	color:#006;
	text-decoration : none;
}
a:hover {
	color : #ba8f43;
}

h2 {
	color : #343434;
	font :180%;
	font-family:"Arial Black", Gadget, sans-serif;
}
h3 {
	color:#900;
	font : italic 160% sans-serif;
	text-align:left;
	margin-bottom: 5px;
}
h4 {
	color : #343434;
	font : bold italic 110% sans-serif;
	padding : 1em 1em 0 0;
}

h5{
	font-size:14px;
	font-weight:bold;
	color:#900;
	text-align:left;
}

html {
	color : #565656;
	font : 85%/170% sans-serif;
	text-align : left;
}

body{
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#0f1211;
}

#wrap{
	width:730px;
	margin:5px auto;
}

/*img {
	margin : 1em 1em 0 1em;
	outline:#222 medium solid;
	border:#CCC thin solid;
}*/
img.left {
	float : left;
	margin : 5px 5px 0 0;
}
img.right {
	float : right;
	margin : 5px 0 0 5px;
}

blockquote {
	font-family:"Arial Black", Gadget, sans-serif;
	text-decoration:underline;
}

fieldset{
	width:360px;
	padding-left:5px;
	padding-right:10px;
}

form button {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0 0 0 0.75em;
}

.buttonSubmit{
width:60px;
margin:5px;
margin-left:0;
}
form input {
	border:#999 thin solid;
	width : 40%;
}

.textinput_small{
	width:40px;
}

form textarea {
	border:#999 thin solid;
	width : 70%;
	height : 10em;
}
form p.button {
	text-align : right;
}
form p.input,
form p.text {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0.25em 1em 0 1em;
}

/*p {
	padding : 1em 1em 0 1em;
}*/

ul,
ol {
	padding : 1em 1em 0 3em;
}

#sidebar{
	/*background-color:#333;*/
	color:#333;
	text-align:left;
	width: 260px;
	display:block;
	float:right;
	padding-right:5px;
	padding-left:5px;
	margin-right:15px;
	line-height: 18px;
}

#sidebar h5{
	color:#343434;
	text-decoration:underline;
	font-size:14px;
	font-family:"Lucida Console", Monaco, monospace;
	text-align:left;
}

#sidebar p.headline {
	background-color:#FFF;
	color:#333;
}

#main {
	background-color:#FFF;
	margin : auto;
	max-width : 65em;
	min-width : 40em;
	width : auto !important;
	width : 65em;
}

#main h2{
	padding : 0 2em 0 1em;
}


#header {
	background : #ffffff url('../images/header.jpg') no-repeat;
	/*padding : 6em 4em 1em 4em;*/
	height: 108px;
}
#header h1 {
	color : #ffffff;
	font : italic 200% sans-serif;
}

#menu {
	background : #353535;
	border-bottom : 1px solid #2b548c;
	font : 100% sans-serif;
	margin-bottom:20px;
}
#menu ul {
	padding : 0.75em 1.5em;
	font-size:75%;
}
#menu li {
	display : inline;
}
#menu li a {
	color : #ffffff;
	padding : 0.75em 1.3em;
}
#menu li a:hover {
	background : #2b548c;
}
#menu li.selected a {
	background : #ffffff;
	border : 1px solid #2b548c;
	border-bottom : 1px solid #ffffff;
	color : #437fda;
}
#menu li.selected a:hover {
	background : #ffffff;
	color : #ba8f43;
}

#content {
	border-bottom : 1px solid #cfcfcf;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 2em 0 0 0;
	width: 730px;
}
/*#content div {
	padding : 0 4em 2em 4em;
}*/

.article {
	padding : 0 1em 2em 2em;
	width:400px;
	float:left;
}

#panel {
	background : #efefef;
	border : 1px solid #dfdfdf;
	border-bottom : 1px solid #cfcfcf;
	border-top : none;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	/*padding : 0 15px 2em 15px;*/
}
#panel div {
	/*padding : 5px 0 0 0;*/
}
div.left {
	/*left : -1em;*/
	/*float : left;*/
	position : relative;
	width : 700px;
	margin-right:auto;
	margin-left:auto;
}
div.right {
	/*left : 1em;*/
	float : left;
	position : relative;
	width : 300px;
}

#footer {
	background-color:#eee;
	font-size : 85%;
	margin : auto;
	padding : 1em 0 3em 0;
	text-align : center;
	width : 730px;
}

