/* RESET */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* MAIN STYLES */

body, html {
	line-height: 1;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	display: table;
}

p {
color: #373737;
font-size: 12px;
line-height: 24px;
margin: 0 0 1em 0;
}

a {
text-decoration: none;
color: #696969;
}

a:hover {
text-decoration: none;
color: #6b6b6b;
}

h1 {
color: #373737;
font-size: 26px;
line-height: 21px;
padding-top: 14px;
text-transform: uppercase;
}

h2 {
color: #78533d;
font-size: 12px;
line-height: 26px;
padding-top: 14px;
text-transform: uppercase;
}


#container {
width: 1050px;
background: white;
margin: auto;
}

#header {
overflow: hidden;
height: 100%; /* Needed for IE6 */
height: 100px;
background: url(../images/raoulbhaneja_title.jpg) no-repeat;
background-position: left bottom;
border-color:#000000;
border-style:solid;
border-width:8px 0 0px;
}

#header img {
float: right;
margin-left: 42px;
margin-top: 50px;
}

#header2 {
overflow: hidden;
height: 100%; /* Needed for IE6 */
height: 100px;
background: url(../images/raoulbhaneja_title2.jpg) no-repeat;
background-position: left bottom;
border-color:#000000;
border-style:solid;
border-width:8px 0 0px;
}

#header2 img {
float: right;
margin-left: 42px;
margin-top: 50px;
}

#main {
margin-top: 70px;
margin-left: 0px;
}

#main p {
color: #000;
font-size: 14px;
line-height: 24px;
}

#main img{
float: left;
}

#socialmedia {
width: 500px;
float: left;
}

#socialmedia img{
float: left;
padding-right: 20px;
}

#biopic {
width: 400px;
float: left;
background: url(../images/raoulbhaneja_title.jpg) no-repeat;
padding-right: 50px;
}

#op {
width: 988px;
margin: auto;
padding-bottom: 275px;
border-color:#a7a7a7;
border-style: dotted;
border-width:0px 0 2px;
}

#optwo {
width: 613px;
margin: auto;
padding-bottom: 100px;
}

#maintext {
width: 600px;
float: right;
padding-bottom: 100px;
}

#resume {
width: 510px;
padding-left: 90px;
}

#resume p {
margin-top: 7px;
}

#resume img {
padding-right: 7px;
}

#etm {
width: 510px;
padding-left: 90px;
}

#etm p {
margin-top: 7px;
}

#etm img {
padding-right: 7px;
}

#imdb {
width: 510px;
padding-left: 90px;
}

#imdb p {
margin-top: 7px;
}

#imdb img {
	padding-right: 7px;
}

#footer {
background: url(../images/footer_fullbg.jpg) no-repeat center;
height:104px;
width:900px;
clear: both;
margin: auto;
overflow: hidden;
}

#footer ul {
text-align: center;
margin-top: 22px;
margin-bottom: 15px;
font-size: 12px;
}

#footermenu li {
color: #bda188;
}

#footer ul li {
display: inline;
}

#footer a {
color: #bda188;
}

#footer p {
position: relative;
float: right;
margin-top: 0px;
padding-top: 12px;
margin-right: 75px;
_margin-right: 37px; /* when float and margin are both from same direction, need this typo to fix double-margin bug in IE6 */
color: #7a9d03;
font-size: 12px;
}

