/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 920px;
	height: 173px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	width: 920px;
	height: 133px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1, #logo h3 {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	font-size: 12px;
	color: #f0f0f0;
}

/** PAGE */

#page {
	width: 800px;
	margin: 0px auto;
	padding: 42px 60px;
}

/** CONTENT */

#content {
	float: right;
	width: 515px;
}

.subpage #content {
	float: left;
	width: 492px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 262px;
}

.subpage #sidebar {
	float: right;
	width: 263px;
}


/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 
{
    color: #ffffff;
}

#box4 h3
{
    color: #f0f0f0;
 margin: 10px 0px 5px 60px;    
    
}
#box4 ul
{
  margin: 5px 0px 5px 70px;
}

#box4 ul li a:link
{
    color: #f0f0f0;
    text-decoration: none;         
}
#box4 ul li a:hover
{
    color: #f0f0f0;
    text-decoration: underline;         
}
#box4 ul li a:visited
{
    color: #f0f0f0;
    text-decoration: none;         
}
/** BOX5 */

#box5 {
	padding: 35px 25px;
	background: url(images/homepage13.jpg) no-repeat left top;
}

/** BOX6 */

#box6 {
}

#box6 img.left {
	margin-top: 0px;
	margin-right: 15px;
}

/** BOX7 */

#box7 {
}

#ServicesBox 
{
    width:260px;
    height: 148px;
    margin: 0px 0px 12px 0px;
    background: url('images/homepage09.jpg') no-repeat;    
}

#AdSenseBox
{
    margin: 0px 0xp 20px 0px;
    padding: 20px;
    background: url('images/banner-bg-cavone.gif') no-repeat;
    width: 492px;
    height: 132px;
}


#BlogBox
{
    width:260px;
    height: 148px;
    margin: 0px 0px 12px 0px;
    background: url('images/homepage10.jpg') no-repeat;
}

#SocialBox
{
    width:260px;
    height: 148px;
    margin: 0px 0px 12px 0px;
    background: url('images/homepage11.jpg') no-repeat;

}

#socialMenu
{
padding:0;
margin:0;
white-space:nowrap;
list-style-type:none;
}
#socialMenu li {display:inline;}
#socialMenu li a
{
padding:0px;
text-decoration:none;
float:left;
}

.social-icon
{
    width: 32px;
}

.linkbold
{
    font-weight: bold;  
}
