html {
	height: 100%;
}
body {
	font-size: 11px;
	color: black;
	background: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
body, td, div {
	font-family: Verdana, Arial, helvetica;
	font-size: 11px;
}
a {
	color: #006699;
	font-weight: bold;
/*	text-decoration: none;*/
}
img {
	border: 0px;
}
input, textarea, select {
	font-family: Verdana, Arial, helvetica;
	font-size: 11px;
}

input.input, textarea.input, select.input {
	border: 1px solid #FF3300;
	background: #FAFAFA;
}

td {
	vertical-align: top;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100%;
	text-align: left;
}

#logo {
	margin-top: 5px;
	height: 45px;
	border-bottom: 1px solid #FF3300;
}
#image {
	position: absolute;
	width: 243px;
	padding-top: 5px;
}
#title {
	padding-top: 12px;
	position: absolute;
	width: 500px;
	left: 260px;
}
#title h1 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #FF3300
}

#menu {
	text-align: right;
	border-bottom: 1px solid #FF3300;
	background: #F0F0F0;
}

#content {
	padding-top: 5px;
}
#content .action {
	text-align: center;
	font-size: 18px;
	color: #000000;
	padding-top: 50px;
	padding-bottom: 50px;
}
#content .action span {
	color: #FF3300;
}
#contentleft {
	float: left;
/*	left: 0px;*/
	width: 200px;
}

#contentright {
	float: right;
/*	left: 200px;*/
	width: 560px;
}

#addtext {
	width: 450px;
	text-align: left;
	float: left;
}
#addform {
	width: 310px;
	text-align: left;
	float: left;
}
div.warning {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	border: 2px solid red;
	background: #F0F0F0;
}
div.warning p {
	float: left;
	margin-bottom: 15x;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 10px;
	font-weight: normal;
	width: 120px;
}
div.warning p img {
	display: block;
}
#addform input.input, #addform textarea.input {
	width: 300px;
}

a.big {
	color: #FF3300;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.maincategory {
	background: #F0F0F0;
	border-bottom: 1px dashed #FF3300;
}

.subcategories {
	padding-top: 3px;
	padding-bottom: 10px;
}

.center {
	text-align: center;
}
.left {
	padding-right: 5px;
}
.middle {
	padding-left: 5px;
	padding-right: 5px;
}
.right {
	padding-left: 5px;
}
.error {
	color: red;
}

.resources {
	margin-top: 10px;
	border-top: 1px dashed #FF3300;
	border-bottom: 1px dashed #FF3300;
	padding-bottom: 2px;
}
.resources h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	font-size: 13px;
	color: #FF3300;
	background: #FAFAFA;
}
.links {
	padding: 40px 0;
	text-align: center;
}
.links a {
	font-weight: normal;
}
.footer {
	clear: both;
	border-top: 1px solid #FF3300;
	padding: 30px 0;
	text-align: center;
}