html {
min-width: 800px;
}
* {
margin: 0;
padding: 0;
}
body {
font-family: Georgia, serif;
font-size: 12px;
font-weight: 300;
background: url("../images/ornaments.png") repeat scroll left bottom #cccccc;
color: #666666;
}
b {
font-weight: 600;
}
strong {
font-weight: 600;
color: #333333;
}
a {
color: #333333;
text-decoration: none;
outline: none;
}
a:hover {
text-decoration: underline;
}
a img {
border: 0 none;
}
.left {
float: left;
margin: 5px 15px 10px 0;
}
.right {
float: right;
margin: 5px 0 10px 15px;
}
#header {
background: url("../images/reflectoare.png") no-repeat 60% top #999967;
height: 220px;
}
#branding {
text-align: center;
}
h1 {
font-family: 'The Girl Next Door', serif;
font-size: 60px;
font-weight: 300;
font-style: normal;
color: #000;
position: absolute;
width: 98%;
text-align: center;
top: 130px;
left: 20px;
}
h2 {
display: none;
}
h3 {
font-size: 1.2em;
margin: 1em 0 1.5em 0;
text-align: center;
}
#header_photo {
margin: 0 auto;
position: relative;
top: 10px;
left: -260px;
text-align: center;
clear: none;
}
#years {
color: #666666;
font-size: 10px;
font-weight: bold;
position: absolute;
left: 500px;
top: 110px;
}
#motto {
font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
color: #cccc9a;
line-height: 1.7em;
position: absolute;
left: 200px;
top: 120px;
}
#nav {
text-align: center;
position: relative;
margin: 0 auto 25px;
padding: 5px 0px;
min-width: 700px;
background-color: #666666;
border-bottom: 2px solid #999967;
border-top: 2px solid #999967;
}
#nav a {
color: #cccc9a;
}
#nav a.cur:hover {
cursor: default;	
}
#content {
width: 100%;
position: absolute;
}
p {
text-align: justify;
margin-bottom: 2em;
line-height: 1.5em;
}
.thumb {
width: 100px;
border: 5px solid #CCCC9A;
}
.grid {
margin: 0 10px 10px 0
}
.caption {
font-size: .9em;
background-color: #FBFBFB;
color: Black;
text-align: center;
padding: 5px;
width: 492px;
}
#roles {
width: 700px;
height: 1050px;
}
#photo {
width: 700px;
height: 1300px;
}
#contact_form {
width: 700px;
height: 320px;
}
input, textarea {
font-family: Georgia, serif;
padding:2px; 
border:1px solid #CCCCCC;
font-size:11px;
width:300px;
height:14px;
}
textarea {
width:300px;
height:127px;
padding:2px; 
border:1px solid #CCCCCC;
font-size:11px;
}
.error {
border:1px solid #666666;
background-color: Yellow;
color: #333333; 
padding:4px;
padding-left:6px;
width:300px;
}
.button {
margin-top:10px;
display:block;
border:1px solid #000000;
width:100px;
height:20px;
font-size:11px;
padding: 0 2px 2px 2px;
line-height:14px;
background-color:#666666;
}
.spacer {
padding-bottom: .7em;
}
#footer {
font-size: .8em;
color: black;
padding-top: 10px;
text-align: center;
font-weight: bold;
text-shadow: #eeeeee 0px 0px 2px;
}
#footer a {
color: black;
text-decoration: underline;
}
.text_underpants {
padding: 10px; 
background-color: #CCCCCC;
border: 1px dotted black;
margin-bottom: 10px;
}
#SocialBox {
position: absolute;
left: 70%;
top: 1px;
z-index: 101;
}
.arrow {
z-index: 1000;
}