/* styles.css  */
/* General Definitions */
body {background-color: #000000; margin: 0; padding: 0; border: 0; outline: 0; text-align:center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
	
p, ul, ol, li, td, th {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;}
td  {text-align:left;}

H2  {font-size : large;}

H3  {font-weight : bold;
	font-size: 16px;}

H4  {font-weight : bold;
	font-size: 14px;}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-line;		/* Preserves new lines, while wrapping text
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	white-space : normal;
	max-width:970px; margin-bottom: 1em;}

A   {text-decoration: underline;
    color:#FFFFFF;}

A:hover, A:active {
	text-decoration: underline;
    color:#CCCCCC;}

#home-whole-page   {width:980px; position:relative; padding: 0px; margin:0px auto; }
#home-left-column  {width:627px; position:absolute; padding: 0px; margin:0px; left:0px; top:0px; background-color:#57648D;}
#home-right-column {width:393px; position:absolute; padding: 0px; margin:0px; left:587px; top:0px; border: 3px coral solid; background-color:#DDDDDD;}

#home-trailer-above {width:587px; position:absolute; padding: 0px; margin:0px; left:0px; top:0px;}
#home-trailer-left  {width:23px;  position:absolute; padding: 0px; margin:0px; left:0px; top:272px;}
#home-trailer-middle{width:552px; position:absolute; padding: 0px; margin:0px; left:23px; top:272px;}
#home-trailer-right {width:13px;  position:absolute; padding: 0px; margin:0px; left:575px; top:272px;}
#home-trailer-bottom{width:587px; position:absolute; padding: 0px; margin:0px; left:0px; top:578px;}
#home-below-trailer {width:587px; position:absolute; padding: 0px; margin:0px; left:0px; top:597px; text-align:center;}

#home-right-mask    {width:393px; position:absolute; padding: 0px; margin:0px; left:587px; top:0px;}
#home-right-memoriam{width:196px; position:absolute; padding: 0px; margin:0px; left:587px; top:547px;}
#home-right-social  {width:197px; position:absolute; padding: 0px; margin:0px; left:783px; top:547px;}

#home-footer       {width:980px; position:absolute; padding: 0px; left:0px; top:650px; margin-left:auto; margin-right:auto; color:#FFFFFF; text-align:center;}
#home-footer.a     {text-decoration: underline;}

#sub-whole-page   {width:980px; position:relative; padding: 0px; margin:0px auto;}
#sub-left-column  {width:587px; float:left; padding: 0px; margin:0px;}
#sub-right-column {width:393px; float:left; padding: 0px; margin:0px;}
#sub-footer       {clear:both; width:980px; padding: 0px; margin-left:auto; margin-right:auto; margin-top:12px; color:#FFFFFF; text-align:center;}
#sub-footer.a     {text-decoration: underline;}
#sub-right-mask    {width:393px; padding: 0px; margin:0px;}
#sub-right-memoriam{width:196px; padding: 0px; margin:0px; float:left;}
#sub-right-social  {width:197px; padding: 0px; margin:0px; float:left;}
#sub-trailer-above {width:587px; padding: 0px; margin:0px; float:left;}
#sub-textbox       {width:587px; padding: 0px; margin:0px; float:left; background-color:#000000;}
#sub-textbox p     {margin-right: 25px;}
#sub-textbox-bottom{width:487px; padding: 0px; margin:0px; float:left;}
#sub-below-trailer {width:393px; padding: 0px; margin:0px; float:left; text-align:center;}

#sub-textbox-old       {width:587px; position:absolute; padding: 0px; margin:0px; left:0px; top:222px; background-color:black;}
#sub-textbox-bottom-old{width:487px; padding: 0px; margin:0px; background-color:black;}

#submainbox {max-width:875px; width:875px; float:none; margin-top: 10px; background-color:#57648D; margin-left: 100px; margin-right: 100px;}
#submainbox-article { margin-bottom: 10px;}	

.pagetitle {font-weight : bold; font-size: 16px; color: #f3b96b;}
.bigger {font-size: 14px;}  
.footer {font-size : 11px; color: #FFFFFF;}
