/* Landes Studio Site CSS Document */

/* Creat a class of link named 'navbar' */

a.navbar{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: normal;
text-decoration:none;
}

a.navbar:link{
color:#cccccc;
text-decoration:none;
}

a.navbar:visited{
color:#cccccc;
text-decoration:none;
}

a.navbar:hover{
	color:#000000;
	text-decoration:none;
	background-color:#666666;
}

a.navbar:active{
	color:#000000;
	text-decoration:none;
	background-color:#cccccc;
}

/* Creat a class of link named 'navfooter' */

a.navfooter{
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: normal;
text-decoration:none;
}

a.navfooter:link{
color:#cccccc;
text-decoration:none;
}

a.navfooter:visited{
color:#cccccc;
text-decoration:none;
}

a.navfooter:hover{
	color:#cccccc;
	text-decoration:none;
	background-color:#666666;
}

a.navfooter:active{
	color:#000000;
	text-decoration:none;
	background-color:#cccccc;
}

/* Set the Body text and page background */

body{
margin:0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#cccccc;
background-color:#666666;
text-align:center;
}

/* put contents in center via container style */
#container{
width:750px;
margin:auto;
text-align:left;
}

/* Define Page Elements - Header, Navigation, Main and Footer */

#header{
background-color:#666666;
margin-top:5px;
}

/* Style rule for left sidebar column */

#leftsidebar{
float:left;
display:inline;
padding:0;
margin-top:30px;
margin:5px;
width:95px;
height:100%;
}
/* Total width is 100px */

#rightsidebar{
float:right;
display:inline;
padding:0;
margin-top:30px;
margin:5px;
width:95px;
height:100%;
}

/* total width is 100px */

#main{
margin:0px;
margin-left:100px;
margin-right:100px;
/* margin-left and right must equal total width of left and right sidebars */
height:100%;
padding-left:10px;
padding-right:10px;
}

#main2{
	margin:0px;
	width:750px;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#footer{
height:20px;
text-align:center;
width:755px;
font-family: Arial, Helvetica, sans-serif;
background-color:#333333;
padding-left:20px;
clear:both;
}
#mainIndex {
	margin:0px;
	width:750px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CDCDCD;
	background-image: url(images/logo3_BG.jpg);
	background-repeat: no-repeat;
	background-position: center 75px;
	line-height: 20px;
}
h3 {
	font-size: 15px;
}
