

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
text-align:center;
background:#f4f4f4 url(img/bg.gif) top center repeat-y;
color:#000000;
}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:800px;
}

/***** Main menu *****/
ul.avmenu {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#eaeaea;
border-left:4px solid #CC1A2E;
color:#505050;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}


/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color: #CC1A2E;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#CC1A2E;
background-color:inherit;
}

a img {
border:0;
}

.align-right { 
text-align: right; 
}

.align-center { 
text-align: center; 
}

.align-left { 
text-align: left; 
}