@charset "UTF-8";
/* CSS Document */

.colorbox img, object {  margin:5px;  border:4px solid #FFF; box-shadow: 2px 2px 2px #E0E0E0;}
.colorbox img:hover {opacity:0.8;}

body {background-image:url('../images/background.jpg'); background-position:center top; background-attachment:scroll; background-color:#FFF; background-repeat:no-repeat; margin:263px 0 0 0 ;}

.photos { width:auto; height:100%; float:right; }
.videos { width:470px; height:100%; float:left;}


object, a, a:hover, a:active, object:active, object:hover, img, embed, embed:active, embed:hover {outline:none;}

a { color:#999; }
a:hover {color:#CCC; text-decoration:none;}

#colorbox {box-shadow: 0px 0px 5px #E0E0E0;}