/* CSS Document */
*	{margin:0; padding:0;}

body	{font-family:"Courier New", Courier, monospace; font-weight:400; font-size:12px; background-color:#ffffff; text-align:center;}

/* DIVs */
#wrapper	{ min-width:976px; max-width:1200px;}

#bg {width: 100%;/*height:100%;*/min-width:976px; max-width:1200px; position: absolute;top: 0; left: 0; z-index:-10; }

#header	{width:100%; min-width:976px; max-width:1200px; display:block;}

#main	{width:100%; min-width:976px; max-width:1200px; position:relative;}
#main_index	{width:100%; min-width:976px; max-width:1200px; height:550px; position:relative;}

#footer	{/*width:100%;*/ min-width:976px; max-width:1200px; position:relative;}

#nav	{width:25% /*275px*/; border-right:#000 solid 2px; float:left; display:inline;font-weight:bold; background-image:url(images/clear.png); background-repeat:repeat; padding:10px 5px 10px 5px; margin:5px 0 0 0; }

#text	{width:35% /*410px*/; float:right; display:inline; line-height:18px; text-align:left; padding:10px 5px 10px 5px; margin-left:5px; font-weight:bold; background-image:url(images/clear.png); background-repeat:repeat;
}
#text2	{width: 35%; float:right; display:inline; /*background-image:url(images/clear.png);*/ background-repeat:repeat; line-height:18px; text-align:left; padding:10px 5px 10px 5px; font-weight:bold; vertical-align:top; 
}

#textpressleft	{width: 65%; float:right; display:inline; /*background-image:url(images/clear.png);*/ background-repeat:repeat; line-height:18px; text-align:left; padding:10px 5px 10px 5px; font-weight:bold; vertical-align:top; 
}
#textpressright	{width: 5%; float:right; display:inline; /*background-image:url(images/clear.png);*/ background-repeat:repeat; line-height:18px; text-align:left; padding:10px 5px 10px 5px; font-weight:bold; vertical-align:top; 
}

#hidden	{top:-999px;}

#simplepie	{width:600px; height:300px;	overflow:auto; z-index:-10; padding:5px 0 5px 30px;}

/*ELEMENTS*/
h1.header	{float:right; font-size:36px; font-weight:600; padding: 0 0 0 0; width:100%; display:inline; text-align:right;}
/*h1.home		{float:right; font-size:36px; font-weight:600; padding: 10px 10px 0 0; width:30%; text-align:left; display:inline; }*/

ul	{list-style:none; padding:0; margin:0 0 0 -5px; text-align:left;}
li	{list-style:none; padding:0 0 0 10px; margin:0; text-align:left; font-size:24px; line-height:24px; color:#FF0000;}
li.here	{color:#FFFFFF; background-color:#FF0000;}

a	{text-decoration:none; color:#FF0000;}
a:hover	{text-decoration:underline;}
a.home	{text-decoration:none; color:#ffffff; font-size:36px; font-weight:600; padding:10px 10px 0 10px; width:30%; text-align:left;}
a:hover.home	{text-decoration:underline;}

p	{padding:0 0 10px 0;}

img	{border:none;}