body {
	text-align: center; 
	font-size: small; 
	font-family: verdana, sans-serif; 
	margin: 0;
	background-color: #fff;/*
        background-image: url('images/rippedbkgd2.jpg');
        background-position: center;
        background-repeat: repeat-y;*/
        height: 100%;
}
a {
    color: #ff0000;/*This is at the top so any other setting below will override it*/
}
div#body {
	width: 1000px; 
	background-image:url('images/rippedbkgd2.jpg'); 
	background-repeat: repeat-y; /*This doesn't work. There is no repeat.*/
	min-height: 926px; 
	margin: 0 auto;
	position: relative;
}
div#head {
	height: 106px; 
	width: 959px; 
	margin-right: 24px; /*Only for IE (see below)*/
	background-repeat: no-repeat;
}
html>body div#head {
	margin-left: 17px; /*all browsers besides ie display this instead of margin-right 24*/
}
div#main_image {
    height: 303px;
    width: 645px;
    background-image: url('images/main_picture.jpg');
    background-repeat: no-repeat;
    float: left;
    margin-top: 0;
    padding-top: 0;
    margin-left: 21px;
}
div#warning {display:none;}
div#content {
	width: 620px; 
	float: left; 
	padding: 3px 10px 25px 70px; 
	text-align: left;
	min-height: 200px;
}
div#birthday {
	position: absolute;
	bottom: 10px;
	height: 190px;
	width: 550px;
	float: left;
	vertical-align: bottom;
	margin-left: 70px;
}
div#sidemnu { 
	float: right; 
	width: 225px; 
	margin: 10px 50px 25px 5px; 
	text-align: center; 
	vertical-align: top;
	min-height: 600px;
        
}
ul#sidelinks {
	width:250px;
	text-align:left;
	list-style-type:square;
	padding-left:0;
	margin-left:5px;
	font-size:inherit;
	color:#fff;
}#sidelinks a {color: #fff;
}
div#address {
	text-align: left; 
	float: right;
	color: #fff; 
	background-image: url('images/addressbox.png');
	background-repeat: no-repeat;
        background-position: right top;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 0;
	margin-right:13px;
	height: 71px;
	width: 265px;
}
div#text {
	float: right;
}
p {
	font-size: 85%;
	padding: 0px 10px 5px 25px;
}
img {
	border-style: none;
}
h1 {
	font-weight: bold; 
	font-size: small;
}
span.red {
	color: red;
}
div#subnav {
	text-decoration: none;
	font-weight: bold;
}
ul {
	margin-left: 20px;
	font-size: 85%;
}


/*PROFILE BOXES*/
div.perfil          {font-size: 85%;
                     margin: 20px 5px 10px 5px;
                     padding: 10px;
                     height: 140px;
                     background-color: #222;
                     border: 6px solid #666;
                     color: #ddd;}
div.perfil img {display: block;
				float: left;
				border: 3px solid #c00;
                                margin-right: 5px;
			   }
.perfil strong    {color: #fff;} /*The people's names are white, the text is grey. The grey is easier on the eyes.*/
span.titulo {font-weight: bold; color: #f00;}

/*NAVIGATION DROPDOWN MENU*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	width:957px;
	height:38px;
	margin-left:17px;}

#sddm li
{	margin: 0;			padding: 0;
	list-style: none;	float: left;
	height:38px;}

#sddm li a
{	display: block;		height:38px;   }

a.home {background: url(images/shome.gif) 0 0 no-repeat; width: 113px;}
a.programs {background: url(images/sprograms.gif) 0 0 no-repeat; width: 159px;}
a.about {background: url(images/saboutus.gif) 0 0 no-repeat; width: 143px;}
a.members {background: url(images/smembers.gif) 0 0 no-repeat; width: 162px;} 
a.media {background: url(images/smedia.gif) 0 0 no-repeat; width: 114px;}
a.ata {background: url(images/sata.gif) 0 0 no-repeat; width: 88px;}
a.contact {background: url(images/scontact.gif) 0 0 no-repeat; width: 178px;}
a.home:hover, a.programs:hover, a.about:hover, a.members:hover,
    a.media:hover, a.ata:hover, a.contact:hover, a#selected
                          {background-position: bottom left;}


#sddm div
{	position: absolute;		visibility: hidden;
	margin: 0;			padding: 3px;
	background: #000;		width: auto;
	opacity:0.9;			filter:alpha(opacity=90);
	min-width:150px;
}

	#sddm div a
	{	position: relative;	display: block;
		margin: 0;		padding: 2px 4px;
		width: auto;		white-space: nowrap;
		text-align: left;	text-decoration: none;
		color: #fff;		border: none;
                height:auto;            width:auto;
                font-size:110%;}

	#sddm div a:hover
	{text-decoration:underline;}

