
body { 
	margin: 0px; 
	padding: 0px; 
	background: url('images/bg_stripes.png')  fixed #0e0e0e; 
	text-align: center;
	color: #daaa20;
	font-family: 'century gothic', verdana, arial, sans-serif;
	font-size: 14px;
}

a img { border: none;}
a { text-decoration: none; color: #daaa20;}
a:hover {color: white;}
li a { font-size: 0.8em;}


#main_wrapper {
	width: 1000px; 
	height: auto;
	margin: auto;	
	text-align: left;
}

#header {
	height: 120px;
	padding-top: 50px;
	border-left: 1px solid #403413;
	border-right: 1px solid #403413;
	border-bottom: 1px solid #000;
}

#main_content_wrapper { 
	height: auto;
	background: #141414; 
	border: 1px solid #403413;
}

#main_content_left {
	float: left;
	width: 300px;
	height: auto;
	padding: 0px 10px 0px 0px;
	margin-right: 20px;
	background: url('images/vertical_divider.jpg') repeat-y 100% 0%;
}

#main_content_right {
	float: left;
	width: 645px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#contact {
	height: auto;
	margin: 40px 60px;
	text-align: center;
}

#footer {
	height: 150px;
	padding-top: 20px;
	margin: 0px 60px;
	border-top: 1px solid #000;
	text-align: center;
}

#top_left_thumbs {
	width: 347px;
	margin-right: 45px;
	float: left;
	
}

#logo {	float: left;}


/* Startsida */

#welcome_text {
	margin-top: 20px;
	text-align: center;
}

#random_image {
	width: 660px;
	margin-top: 50px;
	text-align: center;
}

/* Menu */

#header_menu {
	text-align: center;
	padding-bottom: 15px;
	margin: 15px;
	background: url('images/horizontal_divider.jpg') 0% 100% repeat-x;
}

/* Contact */

#contact {
	text-align: center;
}

#contact_text { 
	text-align: left;
	margin-bottom: 30px;
}

/* Photography/Webdesign Thumbs */

ul#photography_thumbs {
	height: auto;
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
}

ul#photography_thumbs li {
	height: 75px;
	margin-bottom: 15px;
	padding: 0px;
}

ul#photography_thumbs li.photography_header, .webdesign_header {
	height: 35px;
	text-align: center;
	font-size: 1.2em;
}

#webdesign_thumb {
	width: 310px;
	height: auto;
	text-align: center;
	margin: 30px 0px;
}

/* Photogallery */

#flashcontent {
	height: 600px;
	width: auto;
}

/*  Webdesign Previews */

.webdesign_preview {
}

ul.webdesign_text {
	width: 200px;
	float: left;
	list-style-type: none;
	margin: 0px 50px 0px 80px;
	padding: 30px 0px 0px 0px;
	color: #aaa;
	font-size: 0.8em;
}

ul.webdesign_text a { font-size: 1.3em;}
.webdesign_preview a img { border: 1px solid white}

/* Lista med bildbilbliotek i footern */

.footer_column {
	width: 25%;
	float: left;
}

.footer_list {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.footer_list li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Other */

img {margin: auto;}

.left { float: left; margin-right: 10px;}
.clear { clear: both;}
.white { color: white;}
.grey { color: #aaa;}
.darkgrey { color: #555;}
.thumb_divider {height: 20px; }
.small_font { font-size: 0.8em;}
.large_font { font-size: 1.8em;}

.horizontal_divider { 
	height: 2px;
	width: 1000px;
	background: url('images/horizontal_divider.jpg') repeat-x;
}

