/* ~-~-~~-~-~ CSS Document -~-~-~-~-~ *\
|                                      |
|          by Ashton Sanders           |
|       www.WebsitesinaFlash.com       |
|                                      |
\* ~-~-~~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

/* -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Basic Browser Settings -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

* { font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;}

* html .floatholder {height: 1%;}

html {
	background: #FFFFFF url("images/website-bg-btm.jpg") center repeat-y;
}

body {
	margin: 0 auto;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	text-align:center;
	background: url("images/website-bg.jpg") center repeat-y;
}
	
/* -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ DIV's -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */



#container {
	padding: 0;
	width: 825px;
	margin: 0 auto;
	text-align:left;
}

.content {
	padding: 10px;
}

#nav_top {padding-left:20px; }

#date {
	float:right;
	font-size: 14px;
	font-weight: 400;
}

#footer {
	text-align:center; 
}

#footerimg {
	height:16px;
	margin:0 auto;
	width: 900px;
	background: url("images/website-footer.gif") center no-repeat #FFFFFF;
}

/* -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Website Displaying -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.displayitem {
	width:33%;
	height:250px;
}

.displayitem a {
	font-size: 13px;
}


/* -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Paragraphs and text -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

p {
	color: #000000;
	font-size: 16px;
	text-decoration: none;

}
	
.new {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:2px;
}

.menu {
	text-align: center;
	letter-spacing: 2px;
	font-weight:100;
	font-size: 12px;
}

.menu2 {
	text-align: center;
	letter-spacing: 1px;
	font-size: 10px;
}

.copyright {
	text-align: center;
	letter-spacing: 1px;
	font-size: 10px;
}

	
/* -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~  links -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

a, a:link, a:visited {
	color: #0000ff;
	}

a:hover {
	color: #0000cc;
    }

/* -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ bullets -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */


ul {
	text-decoration: none;
	font-size:16px;
}

/* -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ headers -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

h1{
	font-size: 30px
}

h2{
	font-size: 22px
}

h3{
	color:#CC0000;
	font-size: 18px;
	text-decoration: none;
	font-weight: lighter;
	text-align:center
}

#client h3 {
	font-size: 22px;
	text-align: left;
	margin-left:30px;
}

h4{
	font-size: 14px;
	text-decoration: none
}

h5{
	font-size: 10px;
	text-decoration: none
}

/* -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ ID -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */


#definitions {
	font-size: 14px;	
}
	
#definitions a, a:link, a:visited {
	color: #0000ff;
	font-weight: 900;
}

#definitions a:hover {
	color: #0000cc;
}

.center { text-align:center}

.small {font-size:10px}


.left {
	float:left;
}
