* {
	margin: 0px;
	padding: 0px;
}
#header {
	z-index: 1;
	background-color: #000000;
	height: auto;
	width: 100%;
	float: left;
}
#navagation{
	background-image: url(media/navagation-design.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 100%;
	height: 100px;
}

#content {
	font-size: 10px;
	z-index: 3;
	height: auto;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 60px;
	padding-right: 60px;
}
#footer {
	text-align: center;
	clear: both;
	color: #FFFFFF;
	z-index: 4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #CCCCCC;
	height: 21px;
	font-size: 9px;
	float: left;
	width: 100%;
}
#header, #sidebar, #content, #footer {
	margin:0;
}
#navagationlist {
	height: 100px;
	float: left;
	color: #333333;
	margin-left: 45px;
}
#navagationlist  li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	display: inline;
	font-weight: normal;
}
#navagationlist a:link {
	color: #666666;
}

#navagationlist a:visited {
	color: #666666;
}


#navagationlist a:hover {
	color: #FFFFFF;
}

#home #nav-home a,
#website #nav-website a,
#graphic #nav-graphic a,
#consultancy #nav-consultancy a,
#multimedia #nav-multimedia a,
#blog #nav-blog a,
#contact #nav-contact a
 {
	color: #0099CC;
 }
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0099CC;
	font-size: 55px;
	padding-left: 12px;
	font-weight: lighter;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0099CC;
	font-size: 24px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

.imageR
{
	float: right;
	border: medium solid #0099CC;
	margin-right: 60px;
	margin-left: 30px;
}

.imageL
{
	float: left;
	margin-right: 12px;
	margin-left: 12px;
}
.UserExperience
{
	float: right;
	border: medium solid #FFFFFF;
	margin-right: 12px;
}

a:link
{
	color: #0099CC;
	text-decoration: none;
}

a:visited
{
	color: #0099CC;
	text-decoration: none;
}

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

a:active
{
	text-decoration: none;
	color: #9900CC;
}
ul{
}


li{
	list-style-position: inside;
	list-style-type: circle;
}

.rss-item  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	margin: 8px 0;
	list-style-type: disc;
	color: #666666;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active, .rss-item a:hover {
	text-decoration : none;
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	list-style-type: square;
	}
.pullquote {
	float: left;
	width: 300px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0099CC;
	border-bottom-color: #0099CC;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	clear: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
