/*
GENERALS
*/
* 
{
	padding:0;
	margin:0;
	border:none;
}

a:link { text-decoration:none; font-weight:bold; color:#663333; }
a:visited { text-decoration:none; font-weight:bold; color:#663333; }
a:hover { text-decoration:none; font-weight:bold; color:#ff3333; }
a:active { text-decoration:none; font-weight:bold; color:#663333; }
a:focus { text-decoration:none; font-weight:bold; color:#663333; }

body
{
	font-family: Helvetica, sans-serif, Tahoma, Arial, Verdana;
	text-align:center;
	color:#cccccc;
	background-color:#17130a;
	/*font-size:15px;*/
}

th, td
{
	text-align:left;
}

select, input
{
	border:1px solid #cccccc;
	//width:90px;
}

textarea
{
   border:1px solid #cccccc;
}

#page_bg
{
	background-image:url(./gfx/immune_website_bg.jpg);
	background-repeat:no-repeat;
	background-position:center 0px;

	width:100%;
	
	padding-top:160px;
	padding-bottom:16px;
}

#headline
{
	font-size:160%;
	font-weight:bold;
	margin:3px;
	text-shadow: 3px 3px #d8d8d8;
}

#page_wrapper
{
	margin:auto;
	text-align:left;
	width:600px;
	/*height:458px;*/
}

#content
{
	width:560px;
	padding:20px 20px 0px 20px;
	color:#333344;
	text-align:center;

	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.x opacity */
    background: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77ffffff, endColorstr=#77ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77ffffff, endColorstr=#77ffffff)";
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#content img
{	
	padding-left:0;
	padding-right:0;
	margin:0;
	border:none;
}

#textp
{
	margin:16px 24px 16px 24px;
	text-align:left;
}


#navigation a:link { text-decoration:none; font-weight:bold; color:#ffffff; }
#navigation a:visited { text-decoration:none; font-weight:bold; color:#ffffff; }
#navigation a:hover { text-decoration:none; font-weight:bold; color:#cccccc; }
#navigation a:active { text-decoration:none; font-weight:bold; color:#ffffff; }
#navigation a:focus { text-decoration:none; font-weight:bold; color:#ffffff; }
#navigation
{
	margin:0px 24px 8px 24px;
	color:#ffffff;
	text-align:center;
}

#footer
{
	padding:8px;
	text-align:center;
	font-size:small;
	margin-top:6px;
}

#topspace
{
	margin-top:16px;
}

#titleicon0 
{
	background: url(./gfx/headline_icon1.png) no-repeat left transparent;
	padding-left: 28px;
	text-align:left;
	text-shadow: 2px 2px #d8d8d8;
}
#titleicon1
{
	background: url(./gfx/headline_icon2.png) no-repeat left transparent;
	padding-left: 28px;
	text-align:left;
	text-shadow: 2px 2px #d8d8d8;
}
