/**************************************************/
/***************  Scotty Media Works  ***************/
/***************        Css Document        ***************/
/***************      Name: main.css       ***************/
/***************  Designer: Adam Scott  **************/
/***************  Creation Date: 2008  ***************/
/**************************************************/

/* History ******************************************
(Organization/Name , [date created][date modified] , Desc)
-----------------------------------------------------------------------------
 - Scotty Media Works , 16 October 2008
       - Modified, remade and added functionality
***************************************************/

/* Tag styles ***************************************/
body
{
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000000;
  font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
}

a:link {color: #404040;text-decoration: none;}
a:visited {color: #404040;text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}
a:active {color: #404040;text-decoration: none;}
/* /Tag styles **************************************/

/* Document Structure *******************************/
.container{
	width: 600px;
	background-color: #000000;
	text-align: center;
  margin: 31px auto 21px auto; /* centers this div on the page, also, see body definition above */
}
.top{
  width: 600px;
  height: 170px;
  margin: 0px 0px 0px 0px;
}
.content-container{
  width: 600px;
  height:250px;
  margin: 0px 0px 0px 0px;
}
.split-container{
  float: left;
  width: 450px;
  height: 250px;
  margin: 0px 0px 0px 0px;
}
.left{
  float: left;
  width: 150px;
  height: 250px;
  margin: 0px 0px 0px 0px;
}
.content{
  float: right;
  width: 300px;
  height: 250px;
  margin: 0px 0px 0px 0px;
  background-color: #808080;
}
.right{
  float: right;
  width: 150px;
  height: 250px;
  margin: 0px 0px 0px 0px;
}
.bottom{
  width: 600px;
  height: 250px;
  margin: 0px 0px 0px 0px;
}
/* /Document Structure ******************************/

/* Text styles **************************************/
.login-failed
{
	COLOR: FF0000;
	FONT-FAMILY: Comic Sans MS;
	FONT-SIZE: 16pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
/* /Text styles *************************************/