body {
	background-color: #fefeda;
	background-repeat: repeat-y;
	margin: 0px;
	font-family: century gothic;
	text-transform: lowercase; 
	font-size: 7pt;
	text-align: justify;
	color: #e4d1d3;
}
a {
	color: #d5eadd;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	color: #fc1b11;
	background-color: #ffffff;
}
b {
	color: #d3a9aa;
	letter-spacing: 1px;
}
i {
	color: #fc1b11;
}
u {
	color: #c3d9c1;
}
strike {
	color: #f4f4eb;
}
table, tr, td {
	background-color: transparent;
	margin: 0px;
	font-family: century gothic;
	text-transform: lowercase; 
	font-size: 7pt;
	text-align: justify;
	color: #e4d1d3;
}
textarea, input, select, button, submit {
	background-color: #FFFFFF;
	border: 1px solid #4F4F4F;
	font-family: century gothic;
	text-transform: lowercase;
	font-size: 7pt;
	color: #e4d1d3;
	margin-top: 0px;
	margin-bottom: 2px;
}
h1 {
	background-color: #8B8483;
	font-size: 7pt; 
	font-family: century gothic;
	text-transform: lowercase;
	padding: 1px; 
	letter-spacing: 2px;
	color: #E2C6B3;
}

.main {
	background-color: transparent;
	width: 100%;
	border: none;
	text-align: justify;
}

#menuside {
width: 500px;
height: 100px;
}

var {
visibility: hidden;
}

#menuside a {
text-decoration: none;
display: block;
float: left;
height: 50px;
}

a.one {
width: 50px;
background: url(images/about1.png) no-repeat;
text-align: center;
}
a.two {
width: 74px;
background: url(images/portfolio1.png) no-repeat;
text-align: center;
}
a.three {
width: 57px;
background: url(images/contact1.png) no-repeat;
text-align: center;
}
a.four {
width: 40px;
background: url(images/news1.png) no-repeat;
text-align: center;
}

a:hover.one {
background: url(images/about2.png) no-repeat;
}
a:hover.two {
background: url(images/portfolio2.png) no-repeat;
}
a:hover.three {
background: url(images/contact2.png) no-repeat;
}
a:hover.four {
background: url(images/news2.png) no-repeat;
}