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, 
 
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-weight: inherit; 
 
 font-style: inherit; 
 
 font-size: 100%; 
 
 font-family: inherit; 
 
 vertical-align: baseline;  
}  
/* remember to define focus styles! */  
:focus { 
 outline: 0; 
}  
body {
 font-family:"Times New Roman", Times, serif;
 color:#666666;
 font-size:12px;
 line-height: 1;  
 color: black;  
 background: white;  
}  
ol, ul {  
 list-style: none;  
} 
 
/* tables still need 'cellspacing="0"' in the markup */ 
 
table {  
 border-collapse: separate; 
 border-spacing: 0;  
}  
caption, th, td { 
 text-align: left;  
 font-weight: normal;  
} 
blockquote:before, blockquote:after,  
q:before, q:after { 
 content: ""; 
}  
blockquote, q {  
 quotes: "" "";  
}
h1{
 font-family:"Times New Roman", Times, serif;
 color:#666666;
 font-size:18px;
}
h2{
 font-family:"Times New Roman", Times, serif;
 color:#666666;
 font-size:16px;
}
h3{
 font-family:"Times New Roman", Times, serif;
 color:#666666;
 font-size:12px;
}
A:hover{
 font-family:"Times New Roman", Times, serif;
}
A:link{
 font-family:"Times New Roman", Times, serif;
 color:#333333;
 text-decoration:none;
 font-size:16px;
}
A:visited{
 font-family:"Times New Roman", Times, serif;
 color:#333333;
 font-size:16px;
 text-decoration:none;
}
* { 
padding: 0; margin: 0; 
}
#wrapper { 
 margin: 0 auto;
 width: 950px;
}
#faux {
margin-bottom:-2px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 height:275px;
 background-image:url(../images/bg.jpg);
 background-repeat:no-repeat;
}
#header {
 background-image:url(../images/header.jpg);
 background-repeat:no-repeat;
 color: #333;
 width: 950px;
 height: 275px;
}
#leftcolumn { 
 display: inline;
}
#content_menu{
 width:850px;
 height:275px;
 margin-left:80px;
 padding-top:240px;
}
#item_menu{
 width:100px;
 height:35px;
 line-height:30px;
 float:left;
}
#rightcolumn {
 padding-top:10px; 
 float: right;
 text-align:left;
 width:880px;
 display: inline;
 position: relative;
}
#footer { 
 width: 950px;
 height:25px;
 clear: both;
 background-image:url(../images/footer.jpg);
}
.clear { clear: both; background: none; }

.anounce{
   position: absolute;
	text-align: center;
   top: 30%;
	left: 49%;
	width:350px;
	height:170px;
	border-width:8px;
	border-style:outset;
	border-color: gray;
	color: black;
	background: HighlightText;
	padding:15px;
	font-family: Verdana, sans-serif;
	font-size:medium;
}

.anounce a{
	color:blue; 
}

.anounce a:hover{
	font-style:italic;
}


.anounce2{
   position: absolute;
	text-align: center;
    bottom: 5%;
	left: 17%;
	width:350px;
	/*height:260px;*/
	border-width:8px;
	border-style:outset;
	border-color: gray;
	color: black;
	background: HighlightText;
	padding:15px;
	font-family: Verdana, sans-serif;
	font-size:medium;
}

.anounce2 a{
	color:blue; 
}

.anounce2 a:hover{
	font-style:italic;
}