/*First section sets attributes to HTML elements, body, h1-h5, td, and links */
body {
background: #303745;
color:#FFF;
font: normal 12px Tahoma, Arial;
}

h1, h2, h3, h4, h5 {

    color: #0084ff;
    margin: 0px;
}


h1 {
    font-size: 35px;
}

h2 {
    font: normal 20px tahoma, Arial; 
}

h3 {
    font-size: 14px;
}

h4 {
color:#FFF;
font-size:14px;
}

a img {
border-width:0px;
padding:0px;}

a {

font: normal 12px Tahoma, Arial;
color: #ffff8e;
text-decoration: underline;
border-width:0px;
border-style:none;
}

a:hover {

font: normal 11px Tahoma, Arial;
color: #ffff8e;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

/* the following sets divs
Header is used to display banner at top. 
Frame is used to display the "edge" background.
footer is for the end cap on the "edge" to continue affect, and to display copy wright text/validation icons
Menu is for the navigation bar under the banner. This includes the fb like button.
*/

#header, #frame, #footer {
	width:1012px;
	position:relative;
	left:50%;
	margin-left:-506px;
	background-color:transparent;
}

#header {
	background-image:url(images/FranklyComputersHeader.gif);
	height:145px;
}

#frame{
	background-image:url(images/body.gif);
	background-repeat:repeat-y;
	padding-left:70px;
	min-height:300px;
}


#footer {
	background-image:url(images/footer.gif);
	height: 75px;
	font-size:x-small; 
	color:#FFF;
	text-align:center;
}
	
/*the following defines classes. Only using stand out */

.standout {
background-color:#191F2B;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}
.p1
{
padding: 0 0 0 20px;
}

.blye-text-underline {
color: #47beed;
text-decoration: underline;
}

.blye-text-regular {
color: #47beed;
text-decoration: none;
}

.yellow-text-regular {
color: #ece92c;
text-decoration: none;
}

.yellow-text-underline {
color: #ece92c;
text-decoration: underline;
}

.orange-text-regular {
color: #e88520;
text-decoration: none;
}

.orange-text-underline {
color: #e88520;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #e21b00;
text-decoration: none;
}

.red-text-underline {
color: #e21b00;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #aee347;
text-decoration: underline;
}
