/* Island Displays CSS */

html, body {
height: 100%;
margin: 0 0 0 0;
padding: 0 0 0 0;
background-image: url(images/bg.gif);
background-repeat: repeat;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
line-height: 14px;
}

td.nav {
background-image: url(images/left_bg.gif);
background-repeat: repeat-y;
width: 213px;
vertical-align: top;
}

td.profile {
vertical-align: top;
padding-top: 30px;
}

table.main {
background-color: #ffffff;
}

td.pics {
width: 213px;
background-image: url(images/right_bg.gif);
background-repeat: repeat-y;
vertical-align: top;
}

td.design {
background-color:#66CC33;
height: 20px;
vertical-align: middle;
text-align:left;
}

p.italic_small {
font-size: 13px;
font-style: italic;
text-align: right;
}

#veugeler {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 19px;
color: #00aeef;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 19px;
color: #00aeef;
display: inline;
}

h3 {
display: table-cell;
font-size: 14px;
text-transform: uppercase;
color: #343434;
padding-top: 4px;
}

hr {
border: 0;
color: #8cc63f;
background-color: #8cc63f;
height: 2px;
width: 100%;
}

.specs {
text-decoration: underline;
font-variant: small-caps;
}

.black_text {
color: #000000;
}

ul.green li {
list-style-type: square;
color: #8cc63f;
line-height: 14px;
}

ul.green {
margin-left: 15px;
padding-left: 0;
}

/* ------------------ Link Styles ---------------- */

a:link {color: #0099ff;}
a:visited {color: #0099ff;}
a:active {color: #0099ff;}
a:hover {color: #8cc63f;}

a.design:link {color: #ffffff; font-weight:bold; text-decoration: none;}
a.design:visited {color: #ffffff; font-weight:bold; text-decoration: none;}
a.design:active {color: #ffffff; font-weight:bold; text-decoration: none;}
a.design:hover {color: #000000; font-weight:bold; text-decoration: none;}

