/* Contained within are all styles for application to the Somborne Players web pages */

/* GLOBAL */
body {
   background-image: url(background.jpg); 
   margin: 15px;
   padding: 0px;
}

/* PAGE SECTION DEFINITIONS */
.headerContainer {
   position: absolute;
   left: 15px;
   width: 600px;
   height: 145px;
}

.navigationContainer {
   position: absolute;
   left: 15px;
   top: 160px;
   width: 173px;
}

.contentContainer {
   position: absolute;
   padding: 15px;
   border: 1px black solid;
   left: 210px;
   right: 15px;
   top: 160px;
}

/* FONT IMPORTS */
@font-face {
   font-family: Times New Roman;
   font-style:  normal;
   font-weight: normal;
   src: url(fonts/TIMESNE1.eot);
}
@font-face {
   font-family: Verdict SF;
   font-style:  normal;
   font-weight: normal;
   src: url(fonts/VERDICT0.eot);
}
@font-face {
   font-family: Century Gothic;
   font-style:  normal;
   font-weight: normal;
   src: url(fonts/CENTURY1.eot);
}

/* FONT STYLES */
.playersLinkText {
   font-family: Verdict SF;
   color:#999999;
   text-transform:uppercase;
   font-size:11.0pt;
   text-decoration:none;
   text-underline:none;
   
}

.playersHeaderText {
   margin:0cm;
   font-size:28.0pt;
   font-family:"Verdict SF";
   color:#999999;
}	

.playersTitleText {
   font-size:20.0pt;
   font-family:"Verdict SF";
   color:black;
}

.PlayersContentText {
   font-size:11.0pt;
   font-family:"Century Gothic";
   color:#333333;
}