/* Success Story Company - an open source xhtml/css website design by Andreas Viklund 

Version: 1.0
(August 2006)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #e0e9ed;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 982px;
}

#header {
clear: both;
margin: 10px 0 0 0;
padding: 0;
height: 30px;
}

#header h1 {
width: 800px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}



#extras {
float: right;
width: 130px;
margin: 10px 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.3em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 20px 10px 20px 10px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 5px 0 5px;
font-family: 'trebuchet ms',helvetica,sans-serif;
font-size: 1.3em;
line-height: 1.7em;
text-align: left;
}

#content h1 {
font-family: 'trebuchet ms',helvetica,sans-serif;
font-size: 2.1em;
margin: 0 0 0.5em 0;
color: #0a3a53
}

#content h2 {
font-family: 'trebuchet ms',helvetica,sans-serif;
font-size: 1.7em;
margin: 0 0 0.5em 0;
color: #0a3a53
}

#content img {
padding: 0px;
display:inline;
background: #cccccc;
border: 0px solid #f0f0f0;
}

#contentex {
margin: 10px 120px 10px 120px;
border-left: 2px solid #f0f0f0;
border-right: 2px solid #f0f0f0;
padding: 0 2px 0 2px;
line-height: 0.9em;
color: #666666;
font-size: 0.8em;
text-align: left;
}

h3 {
font-size: 1.2em;
margin: 0 0 10px 0;
}

li {
margin: 0 0 0 2em;
padding: 2px;
}

a {
text-decoration: none;
color: #286ea0;
}

a:link {
text-decoration: none;
color: #286ea0;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a:active {
text-decoration: underline;
color: #286ea0;
}

a:visited {
text-decoration: none;
color: #286ea0;
font-weight: bold;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 982px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.content {
font-size: 0.9em;
}

.contentex {
font-size: 0.8em;
} 

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
