/* 1. Reset
---------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


/* 2. Container
---------------------------------------*/
body {
	background: #dedede;
	font-family: Arial;
	}

#container {
	position: relative;
	top: 20px;
	margin: 0 auto;
	width: 929px;
	background: url(../images/bg_container.gif) repeat-y;
	}

#header {
	background: url(../images/bg_top.gif) top no-repeat;
	}


/* 3. Skip-links
---------------------------------------*/
#skip {	
	display: none;
	}


/* 4. Branding
---------------------------------------*/
#branding {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 929px;
	}

#branding h1 {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 375px;
	height: 82px;
	}

#branding h1 a {
	display: block;
	height: 100%;
	background: url(../images/altruworld.jpg) no-repeat;
	text-indent: -9999px;
	}

* + html #branding h1 a {
	text-indent: -9999px;
	}


/* 5. Contact
---------------------------------------*/
#contact {
	position: absolute;
	top: 35px;
	right: 15px;
	}

#contact p {
	color: #4a4a4a;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	}

#contact p a {
	color: #ff5c00;
	}


/* 6. Site Navigation
---------------------------------------*/

#site-nav {
	position: relative;
	top: 120px;
	width: 925px;
	margin: 0 auto;
	z-index: 2;
	height: 41px;
	background: url(../images/bg_navigation.gif) repeat-x;
	}

#site-nav h2 {
	position: absolute;
	left: -500em;
	}
/*
#site-nav ul li {
	float: left;
	display: inline;
	margin-top: 5px;
	}

#site-nav ul li a {
	display: block;
	padding: 12px 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../images/bg_navli.gif) left no-repeat;
	}

#site-nav ul li a:hover {
	background: #ff6600;
	}

#site-nav ul li ul {
	position: absolute;
	visibility: hidden;
	width: 200px;
	background: #ff6600;
	z-index: 99999;
	}

#site-nav ul li ul li {
	border-top: 1px solid #ff7200;
	border-bottom: 1px solid #ff5a00;
	width: 199px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#site-nav ul li ul li:first-child {
	margin-left: 0px;
	}

#site-nav ul li ul li a {
	background: none;
	}

#site-nav ul li:first-child {
	margin-left: 15px;
	}

#site-nav ul + ul {
	float: right;
	}

*/
/* 7. Content
---------------------------------------*/
#content {
	width: 925px;
	margin-left: 2px;
	margin-top: 120px;
	background: url(../images/bg_content.gif) repeat-y;
	}

#content2 {
	background: url(../images/bg_bottom.gif) bottom no-repeat;
	}

#main {
	width: 611px;
	float: left;
	}

#sub {
	width: 313px;
	float: right;
	clear: right;
	}

#content:after,
#sub:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}


/* 8. Footer
---------------------------------------*/
#footer {
	position: relative;
	top: 30px;
	margin: 0 auto;
	width: 929px;
	padding-bottom: 40px;
	}

#footer p {
	font-size: 12px;
	color: #515151;
	float: left;
	}

#footer ul {
	width: 400px;
	float: right;
	clear: right;
	display: inline;
	text-align: right;
	margin-top: -5px;
	}

#footer ul li {
	display: inline;
	margin-left: 20px;
	}

#footer ul li a {
	font-size: 12px;
	color: #515151;
	}


/* 9. Misc
---------------------------------------*/
.clear {
	clear: both;
	}

.center img {
	margin-left: 150px;
	margin-bottom: 20px;
	}
.error{
	color:#ff0000;
	padding:5px 20px;
	font-size:8pt;
	font-weight:bold;
}