﻿/*Developed by Johannes Westlund, wwwowDesign. Copyright Johannes Westlund 2010 */

#wrapper{
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

#imageviewer{
float: left;
margin-left: 10px;
padding: 20px;
background-color: #CCCCCC;
}

#image{
margin-left: auto;
margin-right: auto;
border-style: solid;
border-color: #FFFFFF;
border-width: 1px;
}

#navigation{
float: left;
margin-top: 8px;
}

#byline{
float: left;
margin-top: 10px;
margin-left: 100px;
}

h1{
margin-top: 1px;
font-size: 22px;
}

a:link{
text-decoration: none;
font-weight: bold;
color: #000000;
}

a:visited{
text-decoration: none;
font-weight: bold;
color: #000000;
}

a:active{
text-decoration: underline;
font-weight: bold;
color: #666666;
}

a:hover{
text-decoration: underline;
font-weight: bold;
color: #666666;
}