@charset "UTF-8";
/*-------------------------+
|      SIGRID NYGAARD      |
|        PORTFOLIO         |
+-------------------------*/


/* Site generals 
---------------------------*/

html, body{
	width:100%;
	margin:0;
	padding:0;
	color:#ffffff;
	background-color:#aeafb3;
	font-family: "Lucida Grande", Verdana, sans-serif;
	line-height: 1.7em;
	font-size: 11px;
}

body{
	background-image:url(../img/top_dirt.gif);
	background-repeat:no-repeat;
	background-position:top left;
}


/* Site build up
---------------------------*/

#wrapper{
	position:absolute;
	top:50%;
	margin-top:-303px;
	left:0;
	height:603px;
	width:100%;
}

#leftcol{
    height:603px;
    width:280px; /* -padding */
	padding-right:20px;
    position: absolute;
    left: 0; top: 0;
    z-index: 2;
	background-color:#aeafb3;
	background-image:url(../img/dirt_bg.gif);
	background-repeat:no-repeat;
}

#rightcol{
	width: 100%;
    height:603px;
    float: left;
	text-indent:300px;
	background-color:#ffffff;
}
#leftcol_{
	padding-right:20px;
	background-color:#aeafb3;
	background-image:url(../img/dirt_bg.gif);
	background-repeat:no-repeat;
}

#rightcol_{
}

#rightcolsub{
	width:603px;
    height:603px;
	position: absolute;
    left: 300px; top: 0;
	background-color:#ffffff;
}
#tearrightcolsub{
    height:603px;
	position: absolute;
    left: 300px; top: 0;
	background-color:#ffffff;
}

#flashcontent {
	height: 603px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#title{
	text-align:right;
	height:100px;
	margin-top:120px;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
 	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: right;
	font-size: 30px;
	color:#ffffff;
}

h2 {
	text-align: right;
	font-size: 18px;
	color:#ffffff;

}

/* Navigation
---------------------------*/

#navlistholder{
	text-align:right;
	height:300px;
	margin-top:35px;

}

#navlist{
	list-style-type:none;
	margin:0;
	padding:0;
}

#navlist li{

}

#navlist li a{
	color:#fff;
	text-decoration:none;
}


/* Pages
---------------------------*/

.txt{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	width:541px;/* -padding*/
	height:541px;/* -padding*/
	color:#cccccc;
	margin:11px 0px 0px 11px;
	padding:20px;
	background-color:#000000;
}

.tearsheettxt{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	height:603px;
	color:#333;
	background-color:#fff;
}
.tearsheettxt img{
	height:603px;
}
.red{
	color:#990000;
}

.txt a{
	color:#990000;
	text-decoration:none;
}
.txt a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.txt p{
	margin:0px 0px 10px 0px;
}

.txt h3{
	
}

.permission{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

.clearfloat{
	clear:both;
}
