/***** Containers *****/
 
.wrap {
width:750px;
margin:0 auto;
}

#hd {text-align:center;}

div.menu {height:35px; background:#fff url(../img/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu2 {padding:0 0 0 32px; margin:0; list-style:none; }
.menu2 li {float:left;}
.menu2 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu2 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu2 li.current a {color:#fff; background:url(../img/button3.gif);}
.menu2 li.current a b {background:url(../img/button3.gif) no-repeat right top;}
.menu2 li a:hover {color:#fff; background:#000 url(../img/button4.gif);}
.menu2 li a:hover b {background:url(../img/button4.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(../img/button3.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(../img/button3.gif) no-repeat right top;}


#bd {}
#ft {text-align:center; font:80%/1.25 arial, helvetica, sans-serif; color:#333333; background:url(../img/background.png) repeat-x top left;}

ul.album {padding-left:0px;}
ul.album li { padding:0; margin:1px 5px 0 0;}
ul.album li a img {padding:1px; border:2px solid #F0F0F0;}
ul.album li a:hover img {border:2px solid #28aecf;}

 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 

 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.width33	   {width:32%}
.width50       {width:48%}
.width70       {width:64%}