body {
            background:#dcdcdc url(img/grad_top.jpg) repeat-x; 
            font:12px Trebuchet MS, verdana, arial, sans-serif; 
            color:#606060;
            text-align:center;
			line-height:14px;
        }
        
        #mainContainer {
            width:760px;
            text-align:left;
            margin-left: auto;
            margin-right: auto;
            padding:0px;
            vertical-align:top;
            
            
        }
        
        #top {
            width:760px;
            height:200px;
            margin-bottom:10px;
            background-image: url(img/toppur.jpg);
            clear:both;
        }
        #contentWrap 
        {
            margin:0px;
            width:580px;   
            float:left;
            margin-bottom:10px;
        }
        
        #content {
            background-image: url(img/whiteboxbg.gif);
			text-align:center;
			line-height:15px;
        }
        
        #content .p1 {
			width:575;
			text-align:left;
            background-image: url(img/whiteboxbg.gif);
            background-position: center bottom;
            margin:0px;
            padding:0px 5px 0px 5px;
        }
        
        #content h3 
        {
            margin: 0px;
            padding-top:5px;
            
        }
        
        #content hr 
        {
            border:0px none;
            height:15px;
            background-image:url(img/hr.gif);
            position:relative;
            left:-5px;
            width:580px;
            display:none;
        }
		
		#content .p1 imgs {
			padding: 10px;
     		border: 1px solid #aaa;
	 	}
        
        #rightSide 
        {
            height:500px;
            margin-left:5px;
            width:175px;
            background-position: 0 0;
            float:left;
            color:White;
        } 
		
		#rightSide a {
			color:white;
		}
        
        #rightSide h3 
        {
            margin:0px;
        }
        
        #rightSide h3 
        {
            height:30px;
            background-repeat:no-repeat;
            background-position:center;   
        }
        
        #rightSide img 
        {
            border: 1px solid white;
            display:block;
            margin:3px auto 2px auto;
        }
        
        #myndablogg, #links, #comments {
           background-image: url(img/boxbg.gif);
           margin-bottom:5px;
        }
        
        #archive, #myndaalbum {
           background-image: url(img/blueboxbg.gif);
           margin-bottom:5px;
        }
        
        #myndablogg .p1, #links .p1, #comments .p1 {
            background-image: url(img/boxbg.gif);
            background-position: center bottom;
            padding:0px 5px 5px 5px; 
        }
		
		#myndablogg .p1 {
			text-align:center;
		}
        
        #archive .p1, #myndaalbum .p1 {
            background-image: url(img/blueboxbg.gif);
            background-position: center bottom;
            padding:0px 5px 5px 5px;
        }
		
        #myndablogg h3 
        {   
            text-indent:-5000px;
            background-image:url(img/myndablogg.gif);
        }
        
        #archive h3 
        {   
            text-indent:-5000px;
            background-image:url(img/archive.gif);
        }
        
        #links h3 
        {   
            text-indent:-5000px;
            background-image:url(img/tenglar.gif);
        }
        
        #myndaalbum h3 
        {
            text-indent:-5000px;
            background-image:url(img/myndaalbum.gif);
        }
		
		#comments h3 
        {
            text-indent:-5000px;
            background-image:url(img/comments.gif);
        }
		
		#comments hr {
			height:1px;
			margin:8px;
			border: 1px dotted white;
		}
/*

-----------------------------------------------------------------------------------------
=general styles
-------------------------------------------------------------------------------------- */
h1 
{
    font-size:18px;
    margin:0px;
}

h6
{
    margin:0px;
    font-size:10px;
    color:Silver;
}

div .myndatexti 
{
    text-align:center;
    font-weight:bold;
	line-height:14px;
}

.arrow
{
	line-height:14px;
    color:White;
    font-weight:bold;
    text-decoration:none;
    padding-left:9px;
    background-image:url(img/whitearrow.gif);
    background-repeat:no-repeat;
    background-position:left 6px;
    display:block;
    margin-bottom:2px;
}

