@charset "UTF-8";
/* CSS Document */

/*
COLOURS
#000000 BLACK
#EC008C PINK
#FFFFFF WHITE
#262626 BACKGROUND GREY


border-top:medium #999999 solid;
border-left:medium #999999 solid;
border-right:medium #999999 solid;
border-bottom:medium #999999 solid;

*/
hr {
color:#FAD1E3;
background-color:#FAD1E3;
height:2px;
border:none;
}

body{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
background-image:url(../images/body-bg.gif);
padding-top:10px;
/*background:#FAD1E3;*/
z-index:-1;
}

h2{
margin:0px;
padding:0px;
}
h3{
margin:0px;
padding:0px;
}

h2.dark{
color:rgb(19,19,19);
}

a#phoenixtitle{
text-decoration:none;
color:#EC008C;
}
p{
padding:0px;
margin:0px;
}
p.pink{
color:#EC008C;
}
p.date{
font-size:10px;
}
p.black{
color:#000000;
font-size:10px;
}
p.dark{
color:rgb(19,19,19);
}
p.light{
color:#CCCCCC;
}

li.menu {
display:inline;
margin:0px;
}

div.main{
float:left;
width:100%;
/*background-color:rgb(19,19,19);*/
background-color:#FFFFFF;
background-color:#333333;
border-top:#CCCCCC thin solid;
}

table.maintable{
width:860px;
float:left;
clear:left;
/*background:url(../images/bodyback.png);*/
margin:10px 20px;
}

td.pinktop{
/*background-image:url(../images/bottom.png);
background-repeat:repeat-x;*/
height:2px;
background:#FAD1E3;
border:1px solid #CCCCCC;
border-top:#EC008C 1px solid;
border-bottom:none;
}

td.pinkbottom{
/*background-image:url(../images/top.png);
background-repeat:repeat-x;*/
height:2px;
background:#FAD1E3;
border:1px solid #CCCCCC;
border-bottom:none;
border-top:none;
}

td.spacer{
height:33px;
}
td.header{
color:#EC008C;
font-weight:bold;
background:#FAD1E3;
font-size:16px;

/*text-align:center;*/
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
/*border:#000000 thin solid;*/
/*border:#000000 thin solid;*/
border-right:#CCCCCC thin solid;
border-left:#CCCCCC thin solid;
/*padding:5px;*/
}
td.info{
text-align:justify;
/*background:url(../images/bodyback.png);*/
border-left:#CCCCCC thin solid;
border-right:#CCCCCC thin solid;
border-bottom:#CCCCCC thin solid;
font-size:12px;
}
div.innerinfo{
padding:10px;
background:#FFFFFF;
color:#333333;
font-size:12px;
}

td.scroller{
background:#FFFFFF;
text-align:center;
border-right:#CCCCCC thin solid;
border-left:#CCCCCC thin solid;
border-bottom:#EC008C;
margin:0px;
padding:0px;
font-size:7px;
}

a.scrollerarrow{
text-decoration:none;
color:#333333;
font-size:12px;
}
a.scrollerarrow:link{}
a.scrollerarrow:visited{}
a.scrollerarrow:hover{
color:#EC008C;
}


div#wrapper {
margin-top:10px;
width:900px;
margin:auto;
margin-top:0px;
margin-bottom:0px;
}

div#borderedsection {
float:left;
width:100%;
border-left:thin #999999 solid;
border-right:thin #999999 solid;
border-bottom:thin #999999 solid;
}

div#logo {
float:left;
width:100%;
background-color:#333333;
background-color:rgb(19,19,19);
/*border-bottom:#CCCCCC thin solid;*/
/*background-image:url(../images/blacktrans.png);*/
}
a.logo {
float:left;
padding:10px;
padding-left:20px;
}
img#bird{
float:right;
margin-right:35px;
}


/*TOP MENU START*/
/*top menu container*/
div#topcontainer {
float:left;
width:100%;
/*background-image:url(../images/bodyback.png);*/
background:#333333;
border:thin #CCCCCC solid;
border-bottom:thin #EC008C solid;
padding-top:10px;
padding-bottom:5px;
}

/*top menu styles*/
ul#topmenu{
float:right;
margin:0px;
padding-right:20px;
font-size:12px;
} 

/*top menu links*/
a.tmi {
color:#CCCCCC;
text-decoration:none;
padding-left:5px;
padding-right:5px;
}
a.tmi:link {
}
a.tmi:visited {
}
a.tmi:hover{
color:#EC008C;
}
a.tmi:active{
}
/*TOP MENU END*/

/*FOOTER START*/
div#foot{
float:left;
width:100%;
/*background-image:url(../images/blacktrans.png);*/
background-color:rgb(19,19,19);
/*background-color:#333333;*/
}


/*le and mason info*/
div#footer{
float:left;
width:100%;
/*background:rgb(19,19,19);*/
/*background-color:#FFCCFF;*/
border-top:#EC008C thin solid;
text-align:center;
font-size:10px;
color:#666666;
}
b.name{
color:#666666;
}
a.email {
color:#666666;
}

.footlink{
color:#666666;
margin-right:5px;
}
.footlink:hover{
color:#FFFFFF;
}

/*Bookmark tab*/
a#bookmarkbutton{
}

/*my name*/
div#close{
float:left;
width:100%;
color:#333333;
text-align:center;
font-size:10px;
}
/*FOOTER END*/

