* {
padding: 0px;
margin: 0px;
}

a img {
border: none;
}

body {
font-family: Arial;
font-size: 13px;
background-image: url("bg.jpg");
padding: 15px;
}


ul {
font-size: 13px;
}

a {
outline: none;
} 

a:link {
color: black;
text-decoration: none;
}

a:visited {
color: black;
text-decoration: none;
}

a:active {
color: black;
text-decoration: none;
}

a:hover {
color: gray;
background-color: gray;
}

#content a:link {
color: black;
text-decoration: underline;
}

#content a:visited {
color: black;
text-decoration: underline;
}

#content a:active {
color: black;
text-decoration: underline;
}

#content a:hover {
color: black;
text-decoration: none;
}

#sidebar h3 {
margin-top: 5px;
font-size: 15px;
}

h3 {
margin: 0 0 5px 0;
font-size: 15px;
}

h3 #first{
background-color: "#fd9df6";
}

p {
margin: 15px 0;
}

.navigation {
list-style-type: none;
text-align: left;
font-size: 15px;
}

.submenu {
list-style-type: none;
font-size: 10px;
}

#worksub {
display: none;
}

#contactsub {
display: none;
}

#sidebar {
position: relative;
padding: 10px;
float: left;
width: 210px;
margin: 15px 15px 0 15px;
background-color: white;
text-align: center;
}

#sidecontent {
min-height: 320px;
}

#mailform {
	padding: 0 0 40px 0;
	}

#main {
float: left;
background-color: white;
margin: 15px;
text-align: center;
overflow: auto;
position: relative;
}

#mainnoslide {
float: left;
background-color: white;
margin: 15px;
text-align: center;
overflow: auto;
position: relative;
}


.slide {
padding:15px;
text-align: center;
width: 600px;
overflow-x: hidden;
overflow-y: auto;
}

.slide h3 {
text-align: left;
}

#first {
text-align: left;
}

#leftslide {
text-align: left;
width: 300px;
float: left;
}

#rightslide {
text-align: left;
width: 300px;
float: left;
}

.control {
  display:block;
  width:20px;
  height:20px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  bottom:0;
  left:0;
  background:transparent url(left2.jpg) no-repeat 0 0;
}
#rightControl {
  bottom:0;
  right:0;
  background:transparent url(right2.jpg) no-repeat 0 0;
}


#footer {
clear: left;
position: relative;
text-align: left;
font-size: 10px;
margin: 30px 0 0 0;
width: 210px;
background-color: white;
}
