/*    css for vestre-slidre-fjellstyre.no | work@eplejuice.com    */


/* importing
-------------------------------------------------------------------*/

@import url('reset.css');
@import url('containers.css');
@import url('form.css');
@import url('text.css');
@import url('nav.css');
@import url('img.css');
@import url('table.css');


/* global
-------------------------------------------------------------------*/

a, a:visited {
	color: #450017;
	text-decoration: none;
}

/* page
-------------------------------------------------------------------*/

html, body{
	height:100%;
}

html{
	background: url("../img/html-bg.png");
}

body{
	background: url("../omg/body-bg.png") top left repeat-x;
	font:12px "Helvetica", "Arial", sans-serif normal;
	color: #38302b;
}


/* img
-------------------------------------------------------------------*/

img{
	margin-bottom: 20px;
}

div#article img.main{
	border: 10px solid #fff;
}

div#content img {
	margin-bottom: inherit;
/*	border: 10px solid #d7d0ba;	*/
}

.fullwidth {
	width: 100%;
}
