﻿body
{
    font-size: medium;
    color: #1A1AAE;
    font-family: Arial, Helvetica, sans-serif;
}
.paddingContact
{
    padding-left: 10px;
    height: 382px;
}
a:link
{
    color: #FF9933;
    text-decoration: none;
}
a:visited
{
    color: #FF9933;
    text-decoration: none;
}
a:hover
{
    color: #FF9933;
    text-decoration: none;
}
a:active
{
    color: #FF9933;
    text-decoration: none;
}
#logo{
    background-position: -45px -62px;
    margin: 25px;
    height: 91px;
    width: 270px;
    background: url(Images/beeboentwebpage.png) -45px -62px no-repeat;
}
#home{
    background-position: -15px -194px;
    float: left;
    height: 25px;
    width: 60px;
    background: url(Images/beeboentwebpage.png) -15px -197px no-repeat;
    
}
#webDesign{
    float: left;
height:25px;
width:114px;
background:url(Images/beeboentwebpage.png) -82px -197px no-repeat;
}
#programming{
    float: left;
height:23px;
width:176px;
background:url(Images/beeboentwebpage.png) -203px -197px no-repeat;
}
#about{
    float: left;
height:23px;
width:60px;
background:url(Images/beeboentwebpage.png) -385px -197px no-repeat;
}
#contact
{
    float: left;
    background-position: -452px -197px;
    height: 21px;
    width: 75px;
    background: url(Images/beeboentwebpage.png) no-repeat -452px -197px;
}
#links{
    float: left;
height:23px;
width:48px;
background:url(Images/beeboentwebpage.png) -533px -197px no-repeat;
}
#winPho
{
    float: left;
    height: 20px;
    width: 188px;
    background: url(Images/winPhoLink.png) no-repeat;
}
#content
{
    height: 442px;
    width: 1210px;
    background: url(Images/beeboentwebpage.png) -0px -221px no-repeat;
    margin-top: 65px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 11pt;
}
#pageText
{
    background: url(Images/top.png) no-repeat;
    width: 900px;
    margin-right: 10px;
    padding-right: 5px;
    height: 23px;
    margin-bottom: -20px;
}
#newsFeed
{
    float: right;
    position: absolute;
    top: 190px;
    left: 935px;
    width: 265px;
    color:white
}
#linksDiv a
{
    position: relative;
    left: 10px;
    top: 10px;
    margin-right: 25px;
}
#pageMiddle
{
    background: url(Images/middle.png);
    width: 900px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    vertical-align: top;
    margin-right: 10px;
    padding-right: 4px;
    margin-bottom: -20px;
}
#pageBottom
{
    background: url(Images/bottom.png) no-repeat;
    width: 904px;
    height: 22px;
    margin-bottom: -20px;
}
#Text
{
    margin: 15px
}
#linksDiv a:hover
{
    background-color: #363636;
}
#footer
{
    text-align: center;
    width: 902px;
    color: #000000;
    margin-top: 30px
}

/* Pager */
.pager 
{
	margin:8px 3px;
	padding:3px;
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#06c;
	border:1px solid #009;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

